|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_ejb.container.jorm.GenClassElement | +--org.objectweb.jonas_ejb.container.jorm.CollectionElement
This class is a specialization of the GenClassElement with an index to distinguish the dupicated element.
Field Summary | |
int |
index
|
Fields inherited from class org.objectweb.jonas_ejb.container.jorm.GenClassElement |
gc, hasBeenCreated, pname, status, value |
Fields inherited from interface org.objectweb.jorm.api.PIndexedElem |
ELEM_CREATED, ELEM_DELETED, ELEM_MODIFIED, ELEM_UNMODIFIED |
Constructor Summary | |
CollectionElement(GenClassImpl gc,
int idx)
It builds a CollectionElement with the specified index. |
Method Summary | |
int |
pieGetIntIndexField(java.lang.String fn)
There is a single index, then the index field name is not used |
void |
pieSetIntIndexField(java.lang.String fn,
int value)
There is a single index, then the index field name is not used |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int index
Constructor Detail |
public CollectionElement(GenClassImpl gc, int idx)
Method Detail |
public int pieGetIntIndexField(java.lang.String fn) throws org.objectweb.jorm.api.PException
pieGetIntIndexField
in class GenClassElement
public void pieSetIntIndexField(java.lang.String fn, int value) throws org.objectweb.jorm.api.PException
pieSetIntIndexField
in class GenClassElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |