public interface IDataPointEntry
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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()
Copyright © 2005-2008 Actuate Corp. All rights reserved.