Class NumberFormat
java.lang.Object
com.vmware.vipclient.i18n.l2.text.NumberFormat
- Direct Known Subclasses:
DecimalFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract Stringabstract Stringabstract Stringformat(BigDecimal value, Integer fractionSize) abstract Stringformat(BigInteger value, Integer fractionSize) static NumberFormatgetInstance(org.json.simple.JSONObject patterns, int style) static StringgetPattern(org.json.simple.JSONObject numberFormats, int style)
-
Field Details
-
NUMBERSTYLE
public static final int NUMBERSTYLE- See Also:
-
CURRENCYSTYLE
public static final int CURRENCYSTYLE- See Also:
-
PERCENTSTYLE
public static final int PERCENTSTYLE- See Also:
-
SCIENTIFICSTYLE
public static final int SCIENTIFICSTYLE- See Also:
-
INTEGERSTYLE
public static final int INTEGERSTYLE- See Also:
-
STANDARDCURRENCYSTYLE
public static final int STANDARDCURRENCYSTYLE- See Also:
-
-
Constructor Details
-
NumberFormat
public NumberFormat()
-
-
Method Details
-
getInstance
-
getPattern
-
format
-
format
-
format
-
format
-
format
-
format
-