|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DynamicBean
Defines an interface that an object can implement when that object wants to manage itself the resolution of its properties.
| Method Summary | |
|---|---|
java.lang.Class |
getType(java.lang.Object propertyName)
Return the type of the specified property. |
PropertyValue |
getValue(java.lang.Object propertyName)
Return the value of the specified property. |
boolean |
setValue(java.lang.Object propertyName,
java.lang.Object value)
Set the value of the specified property. |
| Method Detail |
|---|
java.lang.Class getType(java.lang.Object propertyName)
throws java.lang.IllegalArgumentException
propertyName - the property name
java.lang.IllegalArgumentException - if the property name is null
PropertyValue getValue(java.lang.Object propertyName)
throws java.lang.IllegalArgumentException
propertyName - the property name
java.lang.IllegalArgumentException - if the property is null
boolean setValue(java.lang.Object propertyName,
java.lang.Object value)
throws java.lang.IllegalArgumentException
propertyName - the property namevalue - the new property value
java.lang.IllegalArgumentException - if the property name is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||