org.objectweb.speedo.metadata
Class SpeedoCollection

java.lang.Object
  extended byorg.objectweb.speedo.metadata.SpeedoElement
      extended byorg.objectweb.speedo.metadata.SpeedoTuple
          extended byorg.objectweb.speedo.metadata.SpeedoCollection

public class SpeedoCollection
extends SpeedoTuple

Description of the tag collection in XML files.

Author:
S.Chassande-Barrioz

Field Summary
 java.lang.Object elementType
          Represents the attribute element-type.
 boolean embeddedElement
          Represents the attribute embedded-element.
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoTuple
jdoField
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension
 
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, getExtension, getExtensionByKey, getExtensionValueByKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

elementType

public java.lang.Object elementType
Represents the attribute element-type.


embeddedElement

public boolean embeddedElement
Represents the attribute embedded-element.

Constructor Detail

SpeedoCollection

public SpeedoCollection()
Method Detail

toString

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

Returns:
String corresponding to the SpeedoCollection.