static enum ImmatureClass.HEStatus extends java.lang.Enum<ImmatureClass.HEStatus>
| Enum Constant and Description |
|---|
NEEDED |
NOT_NEEDED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ImmatureClass.HEStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImmatureClass.HEStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImmatureClass.HEStatus NOT_NEEDED
public static final ImmatureClass.HEStatus UNKNOWN
public static final ImmatureClass.HEStatus NEEDED
public static ImmatureClass.HEStatus[] values()
for (ImmatureClass.HEStatus c : ImmatureClass.HEStatus.values()) System.out.println(c);
public static ImmatureClass.HEStatus 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.