|
db4o 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
the internal representation of a stored class.
Method Summary | |
long[] |
getIDs()
returns an array of IDs of all stored object instances of this stored class. |
java.lang.String |
getName()
returns the name of this stored class. |
StoredField[] |
getStoredFields()
returns all stored fields of this stored class. |
void |
rename(java.lang.String name)
renames this stored class. |
StoredField |
storedField(java.lang.String name,
java.lang.Object type)
returns an existing stored field of this stored class. |
Method Detail |
public java.lang.String getName()
public long[] getIDs()
public StoredField[] getStoredFields()
public void rename(java.lang.String name)
public StoredField storedField(java.lang.String name, java.lang.Object type)
name
- the name of the fieldtype
- the type of the field.
There are four possibilities how to supply the type:StoredField
|
db4o 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |