Interface JavaNumberFormatSpecifier

All Superinterfaces:
org.eclipse.emf.ecore.EObject, FormatSpecifier, IChartObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JavaNumberFormatSpecifierImpl

public interface JavaNumberFormatSpecifier extends FormatSpecifier
A representation of the model object 'Java Number Format Specifier'. JavaNumberFormatSpecifier extends FormatSpecifier devotedly to represent an instance of NumberFormat.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    format(double dValue, com.ibm.icu.util.ULocale lo)
    Formats a value using the internally defined format specifier rules
    format(double dValue, Locale lo)
    Deprecated. 
    format(Number number, com.ibm.icu.util.ULocale lo)
    Returns a formatted string representation of specified number.
    double
    Returns the value of the 'Multiplier' attribute.
    Returns the value of the 'Pattern' attribute.
    boolean
    Returns whether the value of the 'Multiplier' attribute is set.
    void
    setMultiplier(double value)
    Sets the value of the 'Multiplier' attribute.
    void
    Sets the value of the 'Pattern' attribute.
    void
    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