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