public class Variable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
booleanValue |
byte |
byteValue |
char |
charValue |
double |
doubleValue |
float |
floatValue |
int |
intValue |
long |
longValue |
java.lang.Object |
objectValue |
short |
shortValue |
Constructor and Description |
---|
Variable() |
public java.lang.Object objectValue
public boolean booleanValue
public byte byteValue
public char charValue
public double doubleValue
public int intValue
public float floatValue
public long longValue
public short shortValue