public interface ValueType<T>
Parameter can have.| Modifier and Type | Method and Description |
|---|---|
T |
parsedValue(java.lang.CharSequence valueText)
Returns the parsed value of the given text value.
|
java.lang.CharSequence |
serializedValue(T value)
Serializes the given value to its plain text representation.
|
T parsedValue(java.lang.CharSequence valueText)
valueText - The text representation of the value.java.lang.CharSequence serializedValue(T value)
value - The value to serialize.