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