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