org.objectweb.speedo.metadata
Class SpeedoMap

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

public class SpeedoMap
extends SpeedoTuple

This class describes the element map of a file ".jdo".

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

Field Summary
 boolean embeddedKey
           
 boolean embeddedValue
           
 SpeedoColumn keyColumns
           
 java.lang.String keyType
          Represents the value element-type in the form of a Java class name (for example "java.lang.String").
 java.lang.String valueType
          Represents the value element-type in the form of a Java class name (for example "com.acme.Employee").
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoTuple
moField
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension, personality
 
Constructor Summary
SpeedoMap()
           
 
Method Summary
 java.lang.String toString()
          Transform this object 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

keyType

public java.lang.String keyType
Represents the value element-type in the form of a Java class name (for example "java.lang.String").


embeddedKey

public boolean embeddedKey

valueType

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


embeddedValue

public boolean embeddedValue

keyColumns

public SpeedoColumn keyColumns
Constructor Detail

SpeedoMap

public SpeedoMap()
Method Detail

toString

public java.lang.String toString()
Transform this object into a String.

Overrides:
toString in class java.lang.Object
Returns:
the string corresponding to the object.