org.objectweb.speedo.metadata
Class SpeedoNullValue

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

public abstract class SpeedoNullValue
extends java.lang.Object

This class represents possible values for the attribute null-value of a field.

Author:
S.Chassande-Barrioz

Field Summary
static byte DEFAULT
           
static byte EXCEPTION
           
static byte NONE
           
 
Constructor Summary
SpeedoNullValue()
           
 
Method Summary
static byte toByte(java.lang.String s)
          Transoforms 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

NONE

public static final byte NONE
See Also:
Constant Field Values

DEFAULT

public static final byte DEFAULT
See Also:
Constant Field Values

EXCEPTION

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

SpeedoNullValue

public SpeedoNullValue()
Method Detail

toByte

public static byte toByte(java.lang.String s)
Transoforms a String into a byte;

Parameters:
s - the string to transform.
Returns:
the byte corresponding to the String.