class PrimitiveValueImpl extends ValueImpl implements PrimitiveValue
| Constructor and Description |
|---|
PrimitiveValueImpl() |
PrimitiveValueImpl(long id,
java.lang.String typeName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.String value)
Matches this resolver to the given String value.
|
Primitive |
primitive()
The actual primitive value contained in this value.
|
void |
setValueString(java.lang.String value)
Sets the value string as given in
Value.valueString(). |
addParent, equals, field, fields, getResolvableNames, hashCode, id, parent, parents, replaceParent, resolve, toString, typeName, valueStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddParent, field, fieldFor, fields, id, parent, parentFor, parents, removeParent, replaceParent, typeEquals, typeName, valueStringcanResolve, getResolvableNames, resolvefromJson, toJsonPrimitiveValueImpl()
PrimitiveValueImpl(long id,
java.lang.String typeName)
public void setValueString(java.lang.String value)
ValueValue.valueString().setValueString in interface ValuesetValueString in class ValueImplvalue - The new value.public Primitive primitive()
PrimitiveValueprimitive in interface PrimitiveValuepublic boolean matches(java.lang.String value)
MatchingResolvermatches in interface MatchingResolvermatches in class ValueImplvalue - The value to match the resolver to.