|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanProperty
Metadata for a property to be injected into a bean. The properties of a bean
are obtained from BeanMetadata.getProperties()
.
This is specified by the property
elements of a bean. Properties are
defined according to the Java Beans conventions.
Method Summary | |
---|---|
java.lang.String |
getName()
Return the name of the property to be injected. |
Metadata |
getValue()
Return the Metadata for the value to be injected into a bean. |
Method Detail |
---|
java.lang.String getName()
name
attribute.
Metadata getValue()
value
attribute or in inlined text.
|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |