|
db4o 5.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoredField
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. |
ReflectClass |
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 |
---|
java.lang.Object get(java.lang.Object onObject)
java.lang.String getName()
ReflectClass getStoredType()
boolean isArray()
void rename(java.lang.String name)
name
- the new name
|
db4o 5.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |