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