public abstract class DynamicEnum<T> extends Object
| Constructor and Description |
|---|
DynamicEnum(T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getValue() |
int |
hashCode() |
boolean |
isDynamic() |
boolean |
isStatic() |
DynamicEnum<T> |
setDynamic(boolean dynamic) |
public DynamicEnum(T value)
public T getValue()
public boolean isStatic()
public boolean isDynamic()
public DynamicEnum<T> setDynamic(boolean dynamic)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.