public static enum RestVariable.RestVariableScope extends Enum<RestVariable.RestVariableScope>
Modifier and Type | Method and Description |
---|---|
static RestVariable.RestVariableScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestVariable.RestVariableScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestVariable.RestVariableScope LOCAL
public static final RestVariable.RestVariableScope GLOBAL
public static RestVariable.RestVariableScope[] values()
for (RestVariable.RestVariableScope c : RestVariable.RestVariableScope.values()) System.out.println(c);
public static RestVariable.RestVariableScope 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 © 2016 Alfresco. All rights reserved.