public class MapValue extends Object
| Constructor and Description |
|---|
MapValue() |
MapValue(MapValueType type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
asObject() |
MapValueType |
getType() |
Object |
getValue() |
void |
setType(MapValueType type) |
void |
setValue(Object value) |
String |
toString() |
public MapValue()
public MapValue(MapValueType type, Object value)
public MapValueType getType()
public void setType(MapValueType type)
public Object getValue()
public void setValue(Object value)
public Object asObject()
Copyright © 2019. All rights reserved.