org.objectweb.speedo.metadata
Class SpeedoIdentity

java.lang.Object
  |
  +--org.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:
Y. Devaux

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

CONTAINER_ID

public static final byte CONTAINER_ID

NO_ID

public static final byte NO_ID
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.