| Package | Description |
|---|---|
| com.authlete.common.types |
Enum definitions and lists of pre-defined constants.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseMode |
ResponseMode.getByValue(short value)
Find an instance of this enum by a value.
|
static ResponseMode |
ResponseMode.parse(String responseMode)
Convert
String to ResponseMode. |
static ResponseMode[] |
ResponseMode.toArray(int bits) |
static ResponseMode |
ResponseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseMode[] |
ResponseMode.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<ResponseMode> |
ResponseMode.toSet(int bits) |
static EnumSet<ResponseMode> |
ResponseMode.toSet(ResponseMode[] array) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ResponseMode> |
ResponseMode.toSet(ResponseMode[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ResponseMode.toBits(EnumSet<ResponseMode> set) |
Copyright © 2017. All rights reserved.