public static class LibData.Value
extends java.lang.Object
Constructor and Description |
---|
LibData.Value(LibData.ValueType type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getBoolean()
Get the Boolean value.
|
java.lang.Double |
getDouble()
Get the double value.
|
java.lang.Integer |
getInt()
Get the integer value.
|
java.lang.String |
getString()
Get the String value.
|
LibData.ValueType |
getType() |
static LibData.ValueType |
getType(java.lang.String s) |
java.lang.Object |
getValue() |
public LibData.Value(LibData.ValueType type, java.lang.Object value)
public LibData.ValueType getType()
public java.lang.Object getValue()
public static LibData.ValueType getType(java.lang.String s)
public java.lang.Integer getInt()
public java.lang.Double getDouble()
public java.lang.String getString()
public java.lang.Boolean getBoolean()