Class IdValue
java.lang.Object
no.priv.bang.modeling.modelstore.value.IdValue
- All Implemented Interfaces:
Value
-
Field Details
-
value
-
-
Constructor Details
-
IdValue
IdValue(UUID value)
-
-
Method Details
-
isId
public boolean isId() -
asId
-
isBoolean
public boolean isBoolean() -
asBoolean
-
isLong
public boolean isLong() -
asLong
-
isDouble
public boolean isDouble() -
asDouble
-
isString
public boolean isString() -
asString
-
isComplexProperty
public boolean isComplexProperty()- Specified by:
isComplexProperty
in interfaceValue
-
asComplexProperty
- Specified by:
asComplexProperty
in interfaceValue
-
isReference
public boolean isReference()- Specified by:
isReference
in interfaceValue
-
asReference
- Specified by:
asReference
in interfaceValue
-
isList
public boolean isList() -
asList
-
hashCode
public int hashCode() -
equals
-
toString
-