public enum TokenNumbering extends java.lang.Enum<TokenNumbering>
| Enum Constant and Description |
|---|
CONTINUOUS_NUMBERING |
SEPARATE_NUMBERING |
| Modifier and Type | Method and Description |
|---|---|
static TokenNumbering |
swigToEnum(int swigValue) |
int |
swigValue() |
static TokenNumbering |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenNumbering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenNumbering SEPARATE_NUMBERING
public static final TokenNumbering CONTINUOUS_NUMBERING
public static TokenNumbering[] values()
for (TokenNumbering c : TokenNumbering.values()) System.out.println(c);
public static TokenNumbering 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 final int swigValue()
public static TokenNumbering swigToEnum(int swigValue)