org.objectweb.speedo.metadata
Class SpeedoNullValue

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

defaut

public static final byte defaut

exception

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