| |
|
| java.lang.Object org.objectweb.speedo.metadata.SpeedoNullValue
SpeedoNullValue | abstract public class SpeedoNullValue (Code) | | This class represents possible values for the attribute null-value of a field.
author: S.Chassande-Barrioz |
Field Summary | |
final public static byte | DEFAULT | final public static byte | EXCEPTION | final public static byte | NONE |
Method Summary | |
public static byte | toByte(String s) Transoforms a String into a byte;
Parameters: s - the string to transform. |
DEFAULT | final public static byte DEFAULT(Code) | | |
EXCEPTION | final public static byte EXCEPTION(Code) | | |
NONE | final public static byte NONE(Code) | | |
toByte | public static byte toByte(String s)(Code) | | Transoforms a String into a byte;
Parameters: s - the string to transform. the byte corresponding to the String. |
|
|
|