protected static enum GenericAnnotatedTypeFactory.ScanState extends Enum<GenericAnnotatedTypeFactory.ScanState>
| Enum Constant and Description |
|---|
FINISHED
Dataflow analysis finished.
|
IN_PROGRESS
Dataflow analysis in progress.
|
| Modifier and Type | Method and Description |
|---|---|
static GenericAnnotatedTypeFactory.ScanState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericAnnotatedTypeFactory.ScanState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericAnnotatedTypeFactory.ScanState IN_PROGRESS
public static final GenericAnnotatedTypeFactory.ScanState FINISHED
public static GenericAnnotatedTypeFactory.ScanState[] values()
for (GenericAnnotatedTypeFactory.ScanState c : GenericAnnotatedTypeFactory.ScanState.values()) System.out.println(c);
public static GenericAnnotatedTypeFactory.ScanState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null