public class XPropertyValue extends Object implements Serializable
Constructor and Description |
---|
XPropertyValue(String xPropertyName,
Object value) |
XPropertyValue(XPropertyEnum xProperty,
Object value) |
Modifier and Type | Method and Description |
---|---|
protected XPropertyValue |
clone() |
Object |
get() |
Boolean |
getBoolean() |
Integer |
getInt() |
com.alibaba.fastjson.JSONArray |
getJSONArray() |
com.alibaba.fastjson.JSONObject |
getJSONObject() |
String |
getString() |
UUID |
getUUID() |
XPropertyEnum |
getXPropertyEnum() |
void |
setValue(Object value) |
public XPropertyValue(XPropertyEnum xProperty, Object value)
public XPropertyEnum getXPropertyEnum()
public Object get()
public Integer getInt()
public String getString()
public UUID getUUID()
public Boolean getBoolean()
public com.alibaba.fastjson.JSONArray getJSONArray()
public com.alibaba.fastjson.JSONObject getJSONObject()
public void setValue(Object value)
protected XPropertyValue clone()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.