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