public class AbstractValue extends Object implements Value
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractValue(String read) |
| Modifier and Type | Method and Description |
|---|---|
Value[] |
getArray()
Get array value.
|
Boolean |
getBoolean()
Get boolean value.
|
Double |
getDouble()
Get double value.
|
JSONObject |
getObject()
Get JSON object.
|
String |
getString()
Get string value.
|
protected AbstractValue(String read)
public JSONObject getObject()
Valuepublic Boolean getBoolean()
ValuegetBoolean in interface Value