|
db4o 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
the internal representation of a field on a stored class.
Method Summary | |
java.lang.Object |
get(java.lang.Object onObject)
returns the field value on the passed object. |
java.lang.String |
getName()
returns the name of the field. |
java.lang.Object |
getStoredType()
returns the Class (Java) / Type (.NET) of the field. |
boolean |
isArray()
returns true if the field is an array. |
void |
rename(java.lang.String name)
modifies the name of this stored field. |
Method Detail |
public java.lang.Object get(java.lang.Object onObject)
public java.lang.String getName()
public java.lang.Object getStoredType()
public boolean isArray()
public void rename(java.lang.String name)
|
db4o 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |