@Deprecated public class FormattedPlaceholder extends Object
FormattedValue,
the original value to format, and we are considering adding some more info.
Very preliminary.| Constructor and Description |
|---|
FormattedPlaceholder(Object inputValue,
FormattedValue formattedValue)
Deprecated.
This API is for ICU internal use only.
|
FormattedPlaceholder(Object inputValue,
FormattedValue formattedValue,
Directionality directionality,
boolean isolate)
Deprecated.
This API is for ICU internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
Directionality |
getDirectionality()
Deprecated.
This API is for ICU internal use only.
|
FormattedValue |
getFormattedValue()
Deprecated.
This API is for ICU internal use only.
|
Object |
getInput()
Deprecated.
This API is for ICU internal use only.
|
boolean |
getIsolate()
Deprecated.
This API is for ICU internal use only.
|
String |
toString()
Deprecated.
This API is for ICU internal use only.
|
@Deprecated public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue, Directionality directionality, boolean isolate)
FormattedPlaceholder.inputValue - the original value to be formatted.formattedValue - the result of formatting the placeholder.directionality - the directionality of the formatted placeholder.isolate - true if the placeholder should be considered a bidi isolate.@Deprecated public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue)
FormattedPlaceholder.inputValue - the original value to be formatted.formattedValue - the result of formatting the placeholder.@Deprecated public Object getInput()
@Deprecated public FormattedValue getFormattedValue()
@Deprecated public Directionality getDirectionality()
@Deprecated public boolean getIsolate()
@Deprecated public String toString()
Copyright © 2016 Unicode, Inc. and others.