public class PropertyValue
extends java.lang.Object
| Constructor and Description |
|---|
PropertyValue(java.lang.Object value) |
PropertyValue(java.lang.Object value,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
clone() |
boolean |
getBooleanValue() |
DataType |
getDataType() |
java.time.Instant |
getInstantValue() |
int |
getIntegerValue() |
java.lang.String |
getStringValue() |
java.lang.Object |
getValue() |
java.lang.String |
toString() |
public PropertyValue(java.lang.Object value,
DataType dataType)
public PropertyValue(java.lang.Object value)
public java.lang.String getStringValue()
public DataType getDataType()
public boolean getBooleanValue()
public int getIntegerValue()
public java.time.Instant getInstantValue()
public java.lang.Object getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic PropertyValue clone()
clone in class java.lang.Object