|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Interface for property models. Porperty model can get and set values directly from (and to) running instance of code.
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.Class |
getType()
|
java.lang.Object |
getValue()
Get value of property. |
void |
setValue(java.lang.Object newValue)
Set value of property. |
Method Detail |
---|
java.lang.Object getValue() throws java.lang.IllegalAccessException
java.lang.IllegalAccessException
void setValue(java.lang.Object newValue) throws java.lang.IllegalAccessException
newValue
-
java.lang.IllegalAccessException
java.lang.String getName()
java.lang.Class getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |