@Deprecated
public class FormattedPlaceholder
extends java.lang.Object
FormattedValue
,
the original value to format, and we are considering adding some more info.
Very preliminary.Constructor and Description |
---|
FormattedPlaceholder(java.lang.Object inputValue,
FormattedValue formattedValue)
Deprecated.
This API is for ICU internal use only.
|
Modifier and Type | Method and Description |
---|---|
FormattedValue |
getFormattedValue()
Deprecated.
This API is for ICU internal use only.
|
java.lang.Object |
getInput()
Deprecated.
This API is for ICU internal use only.
|
java.lang.String |
toString()
Deprecated.
This API is for ICU internal use only.
|
@Deprecated public FormattedPlaceholder(java.lang.Object inputValue, FormattedValue formattedValue)
FormattedPlaceholder
.inputValue
- the original value to be formatted.formattedValue
- the result of formatting the placeholder.@Deprecated public java.lang.Object getInput()
@Deprecated public FormattedValue getFormattedValue()
@Deprecated public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2016 Unicode, Inc. and others.