public enum StiArabicDigitsType extends java.lang.Enum<StiArabicDigitsType>
| Enum Constant and Description |
|---|
Eastern
A value for the Eastern arabic digits.
|
Standard
A value for the standard arabic digits.
|
| Modifier and Type | Method and Description |
|---|---|
static StiArabicDigitsType |
forValue(int value) |
int |
getValue() |
static StiArabicDigitsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiArabicDigitsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiArabicDigitsType Standard
public static final StiArabicDigitsType Eastern
public static StiArabicDigitsType[] values()
for (StiArabicDigitsType c : StiArabicDigitsType.values()) System.out.println(c);
public static StiArabicDigitsType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiArabicDigitsType forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.