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