public final class VariableScope
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static VariableScope |
ANY |
static VariableScope |
GLOBAL |
static VariableScope |
LOCAL |
| Modifier and Type | Method and Description |
|---|---|
static VariableScope |
getScopeForValue(java.lang.String scopeValue) |
java.lang.String |
getValue() |
static VariableScope |
valueOf(java.lang.String name) |
static VariableScope[] |
values() |
public static final VariableScope LOCAL
public static final VariableScope GLOBAL
public static final VariableScope ANY
public static VariableScope[] values()
public static VariableScope valueOf(java.lang.String name)
public static VariableScope getScopeForValue(java.lang.String scopeValue)
scopeValue - value of the scope, see VariableScope.getValue().VariableScope for the given value. Returns null if the given value is not
a valid scope.public java.lang.String getValue()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.