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