public static enum Description.CreationProcess extends Enum<Description.CreationProcess>
Modifier and Type | Method and Description |
---|---|
static Description.CreationProcess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Description.CreationProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Description.CreationProcess MANUAL
public static final Description.CreationProcess IMPORT
public static Description.CreationProcess[] values()
for (Description.CreationProcess c : Description.CreationProcess.values()) System.out.println(c);
public static Description.CreationProcess 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.