public static enum SpecializationData.Idempotence extends Enum<SpecializationData.Idempotence>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
IDEMPOTENT |
NON_IDEMPOTENT |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static SpecializationData.Idempotence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecializationData.Idempotence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecializationData.Idempotence IDEMPOTENT
public static final SpecializationData.Idempotence NON_IDEMPOTENT
public static final SpecializationData.Idempotence UNKNOWN
public static SpecializationData.Idempotence[] values()
public static SpecializationData.Idempotence valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null