org.objectweb.speedo.metadata
Class SpeedoTuple

java.lang.Object
  extended by org.objectweb.speedo.metadata.SpeedoElement
      extended by org.objectweb.speedo.metadata.SpeedoTuple
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SpeedoArray, SpeedoCollection, SpeedoMap

public abstract class SpeedoTuple
extends SpeedoElement

Describes elements contained into a field.

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

Field Summary
 SpeedoField moField
          The field descriptor.
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension, personality
 
Constructor Summary
SpeedoTuple()
           
 
Method Summary
 
Methods inherited from class org.objectweb.speedo.metadata.SpeedoElement
addExtension, addInArray, getExtension, getExtensionByKey, getExtensionValueByKey, indexOfInArray, removeInArray, setValueInArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moField

public SpeedoField moField
The field descriptor.

Constructor Detail

SpeedoTuple

public SpeedoTuple()