|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJavaField
Interface representing a single publicly accessible field in a class. The field may be accessed via a JavaBean style setter/getter or directly via the field itself.
| Method Summary | |
|---|---|
String |
getName()
Get the name of the field. |
Object |
getType()
Get the type of the field, as a Java class. |
Object |
getValue(Object object)
Get the value of the field. |
void |
setValue(Object object,
Object value)
Set the value of the field. |
| Method Detail |
|---|
String getName()
Object getType()
void setValue(Object object,
Object value)
throws ControlException
object - The class object for the defining class.value - The value to set.
ControlException
Object getValue(Object object)
throws ControlException
object - The class object for the defining class.
ControlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||