public static enum ItMorphTag.CaseNumber extends java.lang.Enum<ItMorphTag.CaseNumber>
| Enum Constant and Description |
|---|
A |
B |
C |
D |
E |
F |
G |
H |
J |
K |
L |
M |
N |
O |
Undef |
| Modifier and Type | Method and Description |
|---|---|
static ItMorphTag.CaseNumber |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItMorphTag.CaseNumber[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItMorphTag.CaseNumber A
public static final ItMorphTag.CaseNumber J
public static final ItMorphTag.CaseNumber B
public static final ItMorphTag.CaseNumber K
public static final ItMorphTag.CaseNumber C
public static final ItMorphTag.CaseNumber L
public static final ItMorphTag.CaseNumber D
public static final ItMorphTag.CaseNumber M
public static final ItMorphTag.CaseNumber E
public static final ItMorphTag.CaseNumber N
public static final ItMorphTag.CaseNumber F
public static final ItMorphTag.CaseNumber O
public static final ItMorphTag.CaseNumber G
public static final ItMorphTag.CaseNumber H
public static final ItMorphTag.CaseNumber Undef
public static ItMorphTag.CaseNumber[] values()
for (ItMorphTag.CaseNumber c : ItMorphTag.CaseNumber.values()) System.out.println(c);
public static ItMorphTag.CaseNumber 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 null