|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 fieldpublic PrimitiveElement getIndexField(java.lang.String indexFieldName)
name - the name of the index fieldpublic java.util.Iterator iterateIndexField()
public int getIndexFieldNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||