|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The GenClass interface defines generic class object which are used to gather other objects.
Method Summary | |
PrimitiveElement |
createIndexField(java.lang.String indexFieldName,
PType type)
Returns a new PrimitiveElement object, created with its name and its type (PType). |
PrimitiveElement |
getIndexField(java.lang.String indexfieldname)
Returns the PrimitiveElement corresponding to its name. |
int |
getIndexFieldNumber()
Returns the number of index fields for the current generic class. |
java.lang.String |
getName()
Allows to know the name of the current generic class object. |
java.util.Iterator |
iterateIndexField()
Allows to know all the existing index field for the current generic class. |
Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject |
getParent, setParent |
Method Detail |
public java.lang.String getName()
public PrimitiveElement createIndexField(java.lang.String indexFieldName, PType type)
indexFieldName
- the name of the index fieldtype
- the type of the index field
public PrimitiveElement getIndexField(java.lang.String indexfieldname)
indexfieldname
- the name of the index field
public java.util.Iterator iterateIndexField()
public int getIndexFieldNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |