|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProperty
Interface for bean's property.
Method Summary | |
---|---|
String |
getPropertyName()
Get property name. |
Type |
getPropertyType()
Get property actual type. |
Type |
getReadType()
Get property's read actual type. |
Object |
getValue(Object instance)
Get value of this property. |
Type |
getWriteType()
Get property's write actual type. |
boolean |
isReadable()
Is this readable property? |
boolean |
isWritable()
Is this writable property? |
void |
setValue(Object instance,
Object value)
Set value of this property. |
Method Detail |
---|
String getPropertyName()
Type getPropertyType()
Object getValue(Object instance)
instance
- The instance to get property value.
Type getReadType()
void setValue(Object instance, Object value)
instance
- The instance to be set property value.value
- The value to be set.Type getWriteType()
boolean isReadable()
boolean isWritable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |