public static enum ScriptConfig.ScriptLocation extends Enum<ScriptConfig.ScriptLocation>
| Modifier and Type | Method and Description |
|---|---|
static ScriptConfig.ScriptLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptConfig.ScriptLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptConfig.ScriptLocation FILE
public static final ScriptConfig.ScriptLocation INLINE
public static ScriptConfig.ScriptLocation[] values()
for (ScriptConfig.ScriptLocation c : ScriptConfig.ScriptLocation.values()) System.out.println(c);
public static ScriptConfig.ScriptLocation 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 nullCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.