public class CompositePropertyValue extends java.lang.Object implements Value
Constructor and Description |
---|
CompositePropertyValue(int code,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue()
Boolean representation of this Value
|
int |
compareTo(Value t) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.Number |
numberValue()
The number representation of this value
|
java.lang.String |
stringValue()
The String representation of this value
|
java.time.Instant |
timeValue()
Instant representation of this Value
|
ValueType |
valueType() |
public CompositePropertyValue(int code, java.lang.String value)
public java.lang.Number numberValue()
Value
numberValue
in interface Value
Number
object.public boolean booleanValue()
Value
booleanValue
in interface Value
public java.time.Instant timeValue()
Value
public java.lang.String stringValue()
Value
stringValue
in interface Value
String
object.public int compareTo(Value t)
compareTo
in interface java.lang.Comparable<Value>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object