|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.speedo.metadata.SpeedoNullValue
This class represents possible values for the attribute null-value of a field.
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 |
public static final byte none
public static final byte defaut
public static final byte exception
Constructor Detail |
public SpeedoNullValue()
Method Detail |
public static byte toByte(java.lang.String s)
s
- the string to transform.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |