| Modifier and Type | Method and Description |
|---|---|
ScopeStateEnum |
ScopeDAO.getState()
Get current state of the scope.
|
static ScopeStateEnum |
ScopeStateEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScopeStateEnum[] |
ScopeStateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeDAO.setState(ScopeStateEnum state)
Set current state of the scope.
|
Copyright © 2018 WSO2. All Rights Reserved.