| Modifier and Type | Field and Description |
|---|---|
static IntegerValueType |
INSTANCE |
| Constructor and Description |
|---|
IntegerValueType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
parsedValue(java.lang.CharSequence valueText)
Returns the parsed value of the given text value.
|
java.lang.CharSequence |
serializedValue(java.lang.Integer value)
Serializes the given value to its plain text representation.
|
public static final IntegerValueType INSTANCE
public java.lang.Integer parsedValue(java.lang.CharSequence valueText)
ValueTypeparsedValue in interface ValueType<java.lang.Integer>valueText - The text representation of the value.public java.lang.CharSequence serializedValue(java.lang.Integer value)
ValueTypeserializedValue in interface ValueType<java.lang.Integer>value - The value to serialize.