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