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