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