|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanProperty | |
---|---|
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.mutable | |
org.apache.aries.blueprint.reflect | |
org.osgi.service.blueprint.reflect | Blueprint Reflection Package Version 1.0. |
Uses of BeanProperty in org.apache.aries.blueprint.container |
---|
Methods in org.apache.aries.blueprint.container that return BeanProperty | |
---|---|
BeanProperty |
Parser.parseBeanProperty(ComponentMetadata enclosingComponent,
org.w3c.dom.Element element)
|
Uses of BeanProperty in org.apache.aries.blueprint.mutable |
---|
Subinterfaces of BeanProperty in org.apache.aries.blueprint.mutable | |
---|---|
interface |
MutableBeanProperty
A mutable version of the BeanProperty that allows modifications. |
Methods in org.apache.aries.blueprint.mutable that return BeanProperty | |
---|---|
BeanProperty |
MutableBeanMetadata.addProperty(java.lang.String name,
Metadata value)
|
Methods in org.apache.aries.blueprint.mutable with parameters of type BeanProperty | |
---|---|
void |
MutableBeanMetadata.addProperty(BeanProperty property)
|
void |
MutableBeanMetadata.removeProperty(BeanProperty property)
|
Uses of BeanProperty in org.apache.aries.blueprint.reflect |
---|
Classes in org.apache.aries.blueprint.reflect that implement BeanProperty | |
---|---|
class |
BeanPropertyImpl
Implementation of BeanProperty |
Methods in org.apache.aries.blueprint.reflect that return BeanProperty | |
---|---|
BeanProperty |
BeanMetadataImpl.addProperty(java.lang.String name,
Metadata value)
|
Methods in org.apache.aries.blueprint.reflect that return types with arguments of type BeanProperty | |
---|---|
java.util.List<BeanProperty> |
BeanMetadataImpl.getProperties()
|
Methods in org.apache.aries.blueprint.reflect with parameters of type BeanProperty | |
---|---|
void |
BeanMetadataImpl.addProperty(BeanProperty property)
|
void |
BeanMetadataImpl.removeProperty(BeanProperty property)
|
Method parameters in org.apache.aries.blueprint.reflect with type arguments of type BeanProperty | |
---|---|
void |
BeanMetadataImpl.setProperties(java.util.List<BeanProperty> properties)
|
Constructors in org.apache.aries.blueprint.reflect with parameters of type BeanProperty | |
---|---|
BeanPropertyImpl(BeanProperty source)
|
Uses of BeanProperty in org.osgi.service.blueprint.reflect |
---|
Methods in org.osgi.service.blueprint.reflect that return types with arguments of type BeanProperty | |
---|---|
java.util.List<BeanProperty> |
BeanMetadata.getProperties()
Return the properties for the bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |