public static enum Scripts.ScriptLanguage extends Enum<Scripts.ScriptLanguage>
Enum Constant and Description |
---|
JAVASCRIPT |
Modifier and Type | Method and Description |
---|---|
static Scripts.ScriptLanguage |
lookup(String languageName) |
static Scripts.ScriptLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scripts.ScriptLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scripts.ScriptLanguage JAVASCRIPT
public static Scripts.ScriptLanguage[] values()
for (Scripts.ScriptLanguage c : Scripts.ScriptLanguage.values()) System.out.println(c);
public static Scripts.ScriptLanguage 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 nullpublic static Scripts.ScriptLanguage lookup(String languageName)
Copyright © 2018 Hitachi Vantara. All rights reserved.