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:
Y. Devaux

Field Summary
static byte defaut
           
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

defaut

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