public static enum JSModuleRecord.Status extends Enum<JSModuleRecord.Status>
| Enum Constant and Description |
|---|
Evaluated |
Evaluating |
Linked |
Linking |
Unlinked |
| Modifier and Type | Method and Description |
|---|---|
static JSModuleRecord.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSModuleRecord.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSModuleRecord.Status Unlinked
public static final JSModuleRecord.Status Linking
public static final JSModuleRecord.Status Linked
public static final JSModuleRecord.Status Evaluating
public static final JSModuleRecord.Status Evaluated
public static JSModuleRecord.Status[] values()
public static JSModuleRecord.Status 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