|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 |
| 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 |
| 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 interface org.objectweb.jorm.api.PIndexedElempieGetIntIndexField in class GenClassElementorg.objectweb.jorm.api.PException
public void pieSetIntIndexField(java.lang.String fn,
int value)
throws org.objectweb.jorm.api.PException
pieSetIntIndexField in interface org.objectweb.jorm.api.PIndexedElempieSetIntIndexField in class GenClassElementorg.objectweb.jorm.api.PException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||