public interface IFormattedObject extends IHasStringRepresentation
| Modifier and Type | Method and Description |
|---|---|
String |
getAsString()
Get the value converted to a string with the specified formatter.
|
IFormatter |
getFormatter() |
Object |
getValue()
Get the original value.
|
@Nullable Object getValue()
null.@Nonnull IFormatter getFormatter()
null.@Nullable String getAsString()
getAsString in interface IHasStringRepresentationnull
dependent on the semantics of the formatter.Copyright © 2006–2015 phloc systems. All rights reserved.