Interface NumberFormatSpecifier

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      NumberFormatSpecifier copyInstance()  
      java.lang.String format​(double dValue, com.ibm.icu.util.ULocale lo)
      Formats a value using the internally defined format specifier rules
      java.lang.String format​(double dValue, java.util.Locale lo)
      Deprecated. 
      java.lang.String format​(java.lang.Number number, com.ibm.icu.util.ULocale lo)
      Returns a formatted string representation of specified number.
      int getFractionDigits()
      Returns the value of the 'Fraction Digits' attribute.
      double getMultiplier()
      Returns the value of the 'Multiplier' attribute.
      java.lang.String getPrefix()
      Returns the value of the 'Prefix' attribute.
      java.lang.String getSuffix()
      Returns the value of the 'Suffix' attribute.
      boolean isSetFractionDigits()
      Returns whether the value of the 'Fraction Digits' attribute is set.
      boolean isSetMultiplier()
      Returns whether the value of the 'Multiplier' attribute is set.
      void setFractionDigits​(int value)
      Sets the value of the 'Fraction Digits' attribute.
      void setMultiplier​(double value)
      Sets the value of the 'Multiplier' attribute.
      void setPrefix​(java.lang.String value)
      Sets the value of the ' Prefix' attribute.
      void setSuffix​(java.lang.String value)
      Sets the value of the ' Suffix' attribute.
      void unsetFractionDigits()
      Unsets the value of the 'Fraction Digits' attribute.
      void unsetMultiplier()
      Unsets the value of the 'Multiplier' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver