org.objectweb.speedo.metadata
Class SpeedoCollection
java.lang.Object
org.objectweb.speedo.metadata.SpeedoElement
org.objectweb.speedo.metadata.SpeedoTuple
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
Method Summary |
java.lang.String |
toString()
Transforms a SpeedoCollection into a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
SpeedoCollection
public SpeedoCollection()
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.