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