public enum MutationState extends Enum<MutationState>
| Modifier and Type | Method and Description |
|---|---|
static MutationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MutationState CREATED
public static final MutationState UPDATED
public static final MutationState UNCHANGED
public static MutationState[] values()
for (MutationState c : MutationState.values()) System.out.println(c);
public static MutationState 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 nullCopyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.