Interface IDataPointEntry

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      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.
      boolean isValid()
      Returns if the DataPointEntry is valid.
    • Method Detail

      • getFormattedString

        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.
        Parameters:
        formatter - An formatter
        locale - Specific locale.
        Returns:
        The string representation
      • getFormattedString

        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.
        Parameters:
        type - data point type
        formatter - An formatter
        locale - Specific locale.
        Returns:
        The string representation
        See Also:
        #getDataPointTypes()
      • isValid

        boolean isValid()
        Returns if the DataPointEntry is valid.
        Returns:
        value or not
        Since:
        2.5.0