org.objectweb.speedo.metadata
Class SpeedoMap
java.lang.Object
org.objectweb.speedo.metadata.SpeedoElement
org.objectweb.speedo.metadata.SpeedoTuple
org.objectweb.speedo.metadata.SpeedoMap
- public class SpeedoMap
- extends SpeedoTuple
This class describes the element map of a file ".jdo".
- Author:
- S.Chassande-Barrioz
Method Summary |
java.lang.String |
toString()
Transform this object into a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
keyType
public java.lang.Object keyType
embeddedKey
public boolean embeddedKey
valueType
public java.lang.Object valueType
embeddedValue
public boolean embeddedValue
SpeedoMap
public SpeedoMap()
toString
public java.lang.String toString()
- Transform this object into a String.
- Returns:
- the string corresponding to the object.