| Package | Description |
|---|---|
| com.authlete.common.types |
Enum definitions and lists of pre-defined constants.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardScope |
StandardScope.getByValue(short value)
Find an instance of this enum by a value.
|
static StandardScope |
StandardScope.parse(String scope)
Convert
String to StandardScope. |
static StandardScope[] |
StandardScope.toArray(int bits) |
static StandardScope |
StandardScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardScope[] |
StandardScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<StandardScope> |
StandardScope.toSet(int bits) |
static EnumSet<StandardScope> |
StandardScope.toSet(StandardScope[] array) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<StandardScope> |
StandardScope.toSet(StandardScope[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
StandardScope.toBits(EnumSet<StandardScope> set) |
Copyright © 2017. All rights reserved.