public static enum LdtMorphTag.Mood extends java.lang.Enum<LdtMorphTag.Mood>
| Modifier and Type | Method and Description |
|---|---|
static LdtMorphTag.Mood |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LdtMorphTag.Mood[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdtMorphTag.Mood Undef
public static final LdtMorphTag.Mood i
public static final LdtMorphTag.Mood s
public static final LdtMorphTag.Mood n
public static final LdtMorphTag.Mood m
public static final LdtMorphTag.Mood p
public static final LdtMorphTag.Mood d
public static final LdtMorphTag.Mood g
public static final LdtMorphTag.Mood u
public static LdtMorphTag.Mood[] values()
for (LdtMorphTag.Mood c : LdtMorphTag.Mood.values()) System.out.println(c);
public static LdtMorphTag.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