|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Container for a bean property information. Instances are contained by a BeanType
instance and obtainable from the RegistryObjectModel
.
Method Summary | |
---|---|
AttributeDescription |
getAttributeDescription()
Returns attribute description of this property. |
BeanType |
getBeanType()
Returns the bean type this property. |
java.lang.reflect.Method |
getGetter()
Returns the getter java method for this property. |
java.lang.String |
getName()
Returns the property name. |
java.lang.reflect.Method |
getSetter()
Returns the setter java method for this property. |
java.lang.Class<?> |
getTargetType()
|
Method Detail |
---|
java.lang.String getName()
String
java.lang.Class<?> getTargetType()
java.lang.reflect.Method getGetter()
java.lang.reflect.Method getSetter()
BeanType getBeanType()
AttributeDescription getAttributeDescription()
CSAppFrameworkException
- in case error while getting type level information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |