org.objectweb.speedo.genclass.collection
Class ListElem

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

public class ListElem
extends CollectionElem

Author:
S.Chassande-Barrioz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.speedo.genclass.collection.CollectionElem
element, ELEMENT_IS_PNAME, ERROR_MESSAGE_BAD_FIELD_NAME, ERROR_MESSAGE_NO_NULL_INDEX, gca, index, INDEX_FIELD_NAME, status
 
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
Returns:
a clone of the current gen class element.