org.objectweb.speedo.genclass.collection
Class ListElem

java.lang.Object
  extended byorg.objectweb.speedo.genclass.collection.CollectionElem
      extended byorg.objectweb.speedo.genclass.collection.ListElem
All Implemented Interfaces:
GenClassElement, org.objectweb.jorm.api.PIndexedElem

public class ListElem
extends CollectionElem

Author:
S.Chassande-Barrioz

Field Summary
 
Fields inherited from class org.objectweb.speedo.genclass.collection.CollectionElem
element, ERROR_MESSAGE_BAD_FIELD_NAME, ERROR_MESSAGE_NO_NULL_INDEX, gca, index, INDEX_FIELD_NAME, status
 
Fields inherited from interface org.objectweb.jorm.api.PIndexedElem
ELEM_CREATED, ELEM_DELETED, ELEM_MODIFIED, ELEM_UNMODIFIED
 
Constructor Summary
ListElem(GenClassAccessor gca)
           
 
Method Summary
 GenClassElement cloneGCE()
           
 
Methods inherited from class org.objectweb.speedo.genclass.collection.CollectionElem
cleanStatusForMerge, cloneGCE, equals, getElement, getElement, getElemStatus, getIndex, getSpeedoAccessor, getStatusForMerge, pieGetBigDecimalElem, pieGetBigIntegerElem, pieGetBooleanElem, pieGetByteArrayElem, pieGetByteElem, pieGetByteIndexField, pieGetCharArrayElem, pieGetCharElem, pieGetCharIndexField, pieGetDateElem, pieGetDateIndexField, pieGetDoubleElem, pieGetFloatElem, pieGetIntElem, pieGetIntIndexField, pieGetLongElem, pieGetLongIndexField, pieGetObooleanElem, pieGetObyteElem, pieGetObyteIndexField, pieGetOcharElem, pieGetOcharIndexField, pieGetOdoubleElem, pieGetOfloatElem, pieGetOintElem, pieGetOintIndexField, pieGetOlongElem, pieGetOlongIndexField, pieGetOshortElem, pieGetOshortIndexField, pieGetRefElem, pieGetSerializedElem, pieGetShortElem, pieGetShortIndexField, pieGetStringElem, pieGetStringIndexField, pieSetBigDecimalElem, pieSetBigIntegerElem, pieSetBooleanElem, pieSetByteArrayElem, pieSetByteElem, pieSetByteIndexField, pieSetCharArrayElem, pieSetCharElem, pieSetCharIndexField, pieSetDateElem, pieSetDateIndexField, pieSetDoubleElem, pieSetFloatElem, pieSetIntElem, pieSetIntIndexField, pieSetLongElem, pieSetLongIndexField, pieSetObooleanElem, pieSetObyteElem, pieSetObyteIndexField, pieSetOcharElem, pieSetOcharIndexField, pieSetOdoubleElem, pieSetOfloatElem, pieSetOintElem, pieSetOintIndexField, pieSetOlongElem, pieSetOlongIndexField, pieSetOshortElem, pieSetOshortIndexField, pieSetRefElem, pieSetSerializedElem, pieSetShortElem, pieSetShortIndexField, pieSetStringElem, pieSetStringIndexField, retainStatusForMerge, setElement, setIndex, setStatus, unSwizzle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListElem

public ListElem(GenClassAccessor gca)
Method Detail

cloneGCE

public GenClassElement cloneGCE()
Specified by:
cloneGCE in interface GenClassElement
Overrides:
cloneGCE in class CollectionElem