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