public static enum ItMorphTag.Tense extends java.lang.Enum<ItMorphTag.Tense>
| Enum Constant and Description |
|---|
Five |
Four |
One |
Six |
Three |
Two |
Undef |
| Modifier and Type | Method and Description |
|---|---|
static ItMorphTag.Tense |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItMorphTag.Tense[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItMorphTag.Tense One
public static final ItMorphTag.Tense Two
public static final ItMorphTag.Tense Three
public static final ItMorphTag.Tense Four
public static final ItMorphTag.Tense Five
public static final ItMorphTag.Tense Six
public static final ItMorphTag.Tense Undef
public static ItMorphTag.Tense[] values()
for (ItMorphTag.Tense c : ItMorphTag.Tense.values()) System.out.println(c);
public static ItMorphTag.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