org.objectweb.speedo.metadata
Class SpeedoDatastoreId

java.lang.Object
  extended byorg.objectweb.speedo.metadata.SpeedoElement
      extended byorg.objectweb.speedo.metadata.SpeedoDatastoreId

public class SpeedoDatastoreId
extends SpeedoElement

Author:
Y.Bersihand

Field Summary
static byte DATASTORE_ID_SEQUENCE
           
 SpeedoClass jdoClass
           
 java.lang.String sequence
           
 byte strategy
           
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension
 
Constructor Summary
SpeedoDatastoreId()
           
 
Method Summary
static byte toByte(java.lang.String s)
           
 
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, toString, wait, wait, wait
 

Field Detail

DATASTORE_ID_SEQUENCE

public static final byte DATASTORE_ID_SEQUENCE
See Also:
Constant Field Values

strategy

public byte strategy

sequence

public java.lang.String sequence

jdoClass

public SpeedoClass jdoClass
Constructor Detail

SpeedoDatastoreId

public SpeedoDatastoreId()
Method Detail

toByte

public static byte toByte(java.lang.String s)