org.objectweb.speedo.metadata
Class SpeedoIdentity

java.lang.Object
  extended byorg.objectweb.speedo.metadata.SpeedoIdentity

public abstract class SpeedoIdentity
extends java.lang.Object

This class corresponds to the description of the attribute identity-type in the XML file.

Author:
S.Chassande-Barrioz

Field Summary
static byte CONTAINER_ID
           
static byte NO_ID
           
static byte USER_ID
           
 
Constructor Summary
SpeedoIdentity()
           
 
Method Summary
static byte toByte(java.lang.String s)
          Transforms a String into a Byte.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_ID

public static final byte USER_ID
See Also:
Constant Field Values

CONTAINER_ID

public static final byte CONTAINER_ID
See Also:
Constant Field Values

NO_ID

public static final byte NO_ID
See Also:
Constant Field Values
Constructor Detail

SpeedoIdentity

public SpeedoIdentity()
Method Detail

toByte

public static byte toByte(java.lang.String s)
Transforms a String into a Byte. The String must corresponds to local variables. It returns the byte associated with the variable.

Parameters:
s - String to transform.
Returns:
the byte associated to the String.