org.objectweb.speedo.metadata
Class SpeedoMap
java.lang.Object
org.objectweb.speedo.metadata.SpeedoElement
org.objectweb.speedo.metadata.SpeedoTuple
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"). |
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.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
SpeedoMap
public SpeedoMap()
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.