|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicProperty
Method Summary | |
---|---|
java.lang.Class |
getType()
Return the type of the specified property. |
java.lang.Object |
getValue()
Return the value of the specified property. |
boolean |
setValue(java.lang.Object value)
Set the value of the specified property. |
Method Detail |
---|
java.lang.Class getType() throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if the property name is nulljava.lang.Object getValue() throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if the property is nullboolean setValue(java.lang.Object value) throws java.lang.IllegalArgumentException
value
- 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 |