org.objectweb.speedo.metadata
Class SpeedoMap

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

public class SpeedoMap
extends SpeedoTuple

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

Author:
S.Chassande-Barrioz

Field Summary
 boolean embeddedKey
           
 boolean embeddedValue
           
 java.lang.Object keyType
           
 java.lang.Object valueType
           
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoTuple
jdoField
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension
 
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, getExtension, getExtensionByKey, getExtensionValueByKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

keyType

public java.lang.Object keyType

embeddedKey

public boolean embeddedKey

valueType

public java.lang.Object valueType

embeddedValue

public boolean embeddedValue
Constructor Detail

SpeedoMap

public SpeedoMap()
Method Detail

toString

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

Returns:
the string corresponding to the object.