|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataPointEntry
The entry is a data point that is usually made up of several data. It is responsible for formatting the entry according to the formatter and locale.
Method Summary | |
---|---|
java.lang.String |
getFormattedString(FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale)
Returns the formatted string representation of current object by given formatter and locale. |
java.lang.String |
getFormattedString(java.lang.String type,
FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale)
Returns the formatted string representation of current object by given formatter and locale. |
boolean |
isValid()
Returns if the DataPointEntry is valid. |
Method Detail |
---|
java.lang.String getFormattedString(FormatSpecifier formatter, com.ibm.icu.util.ULocale locale)
formatter
- An formatterlocale
- Specific locale.
java.lang.String getFormattedString(java.lang.String type, FormatSpecifier formatter, com.ibm.icu.util.ULocale locale)
type
- data point typeformatter
- An formatterlocale
- Specific locale.
#getDataPointTypes()
boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |