|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The NumberValue syntax is used for attributes whose values represent an int, a long, a float, a double, a byte, or a short.
| Method Summary | |
byte |
byteValue()
Returns the value of this NumberValue object as a byte. |
double |
doubleValue()
Returns the value of this NumberValue object as a double. |
float |
floatValue()
Returns the value of this NumberValue object as a float. |
int |
intValue()
Returns the value of this NumberValue object as an int. |
long |
longValue()
Returns the value of this NumberValue object as a long. |
short |
shortValue()
Returns the value of this NumberValue object as a short. |
| Methods inherited from interface com.novell.ecb.value.Value |
compareTo, getName, getObjectInstance, getSyntaxName |
| Method Detail |
public int intValue()
public long longValue()
public float floatValue()
public double doubleValue()
public byte byteValue()
public short shortValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||