DATATYPE - Data type to be formattedpublic interface IFormatableObject<DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
String |
getAsString()
Get the value converted to a string with the specified formatter.
|
IFormatter<DATATYPE> |
getFormatter() |
DATATYPE |
getValue()
Get the original value.
|
@Nullable DATATYPE getValue()
null.@Nullable IFormatter<DATATYPE> getFormatter()
null.Copyright © 2014–2016 Philip Helger. All rights reserved.