-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum IPlatformNumberFormatter.Style
-
-
Method Summary
Modifier and Type Method Description StringtoString()intgetInitialNumberFormatStyle(IPlatformNumberFormatter.Notation notation, IPlatformNumberFormatter.CurrencySign currencySign)static Array<IPlatformNumberFormatter.Style>values()static IPlatformNumberFormatter.StylevalueOf(String name)-
-
Method Detail
-
getInitialNumberFormatStyle
int getInitialNumberFormatStyle(IPlatformNumberFormatter.Notation notation, IPlatformNumberFormatter.CurrencySign currencySign)
-
values
static Array<IPlatformNumberFormatter.Style> values()
-
valueOf
static IPlatformNumberFormatter.Style valueOf(String name)
-
-
-
-