|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.metadata.SpeedoNullValue
This class represents possible values for the attribute null-value of a field.
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 |
public static final byte NONE
public static final byte DEFAULT
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |