| Package | Description |
|---|---|
| com.syntaxphoenix.syntaxapi.command |
| Modifier and Type | Method and Description |
|---|---|
static NumberEnum |
NumberEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberEnum[] |
NumberEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<NumberEnum> |
NumberEnum.of(Class<?> clazz) |
static Optional<NumberEnum> |
NumberEnum.of(Object object) |
Copyright © 2021. All rights reserved.