public interface ListOption
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T> & ListOption> |
fromBits(Class<T> clazz,
int v) |
int |
getValue() |
int getValue()
static <T extends Enum<T> & ListOption> EnumSet<T> fromBits(Class<T> clazz, int v)