org.objectweb.speedo.metadata
Class SpeedoCollection

java.lang.Object
  extended by org.objectweb.speedo.metadata.SpeedoElement
      extended by org.objectweb.speedo.metadata.SpeedoTuple
          extended by org.objectweb.speedo.metadata.SpeedoCollection
All Implemented Interfaces:
java.io.Serializable

public class SpeedoCollection
extends SpeedoTuple

Description of the tag collection in XML files.

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

Field Summary
 java.lang.String elementType
          Represents the attribute element-type in the form of a Java class name (for example "com.acme.Employee").
 boolean embeddedElement
          Represents the attribute embedded-element.
 SpeedoColumn indexColumns
           
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoTuple
moField
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension, personality
 
Constructor Summary
SpeedoCollection()
           
 
Method Summary
 java.lang.String toString()
          Transforms a SpeedoCollection into a String.
 
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, wait, wait, wait
 

Field Detail

elementType

public java.lang.String elementType
Represents the attribute element-type in the form of a Java class name (for example "com.acme.Employee").


embeddedElement

public boolean embeddedElement
Represents the attribute embedded-element.


indexColumns

public SpeedoColumn indexColumns
Constructor Detail

SpeedoCollection

public SpeedoCollection()
Method Detail

toString

public java.lang.String toString()
Transforms a SpeedoCollection into a String.

Overrides:
toString in class java.lang.Object
Returns:
String corresponding to the SpeedoCollection.