T
- public static interface DataObject.ValueParser<T>
Modifier and Type | Method and Description |
---|---|
T |
parseFromNumber(java.lang.Number number)
Parsed the value to the correct format from a number
|
T |
parseFromString(java.lang.String input)
Parsed the value to the correct format from a string
|