Class XPropertyValue

java.lang.Object
de.xima.fc.form.common.models.XPropertyValue
All Implemented Interfaces:
Serializable

public class XPropertyValue extends Object implements Serializable
See Also:
  • Constructor Details

    • XPropertyValue

      public XPropertyValue(XPropertyEnum xProperty, Object value)
    • XPropertyValue

      public XPropertyValue(String xPropertyName, Object value)
  • Method Details

    • getXPropertyEnum

      public XPropertyEnum getXPropertyEnum()
    • get

      public Object get()
    • getInt

      public Integer getInt()
    • getDouble

      public Double getDouble()
    • getString

      public String getString()
    • getUUID

      public UUID getUUID()
    • getBoolean

      public Boolean getBoolean()
    • getJSONArray

      public com.alibaba.fastjson.JSONArray getJSONArray()
    • getJSONObject

      public com.alibaba.fastjson.JSONObject getJSONObject()
    • setValue

      public void setValue(Object value)
    • clone

      protected XPropertyValue clone()
      Overrides:
      clone in class Object