public enum StepType extends Enum<StepType>
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
static StepType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepType TO_VERBATIM
public static final StepType DWCA_TO_VERBATIM
public static final StepType XML_TO_VERBATIM
public static final StepType ABCD_TO_VERBATIM
public static final StepType VERBATIM_TO_IDENTIFIER
public static final StepType VERBATIM_TO_INTERPRETED
public static final StepType INTERPRETED_TO_INDEX
public static final StepType FRAGMENTER
public static final StepType EVENTS_VERBATIM_TO_INTERPRETED
public static final StepType EVENTS_INTERPRETED_TO_INDEX
public static final StepType EVENTS_HDFS_VIEW
public static final StepType VALIDATOR_UPLOAD_ARCHIVE
public static final StepType VALIDATOR_VALIDATE_ARCHIVE
public static final StepType VALIDATOR_DWCA_TO_VERBATIM
public static final StepType VALIDATOR_XML_TO_VERBATIM
public static final StepType VALIDATOR_ABCD_TO_VERBATIM
public static final StepType VALIDATOR_TABULAR_TO_VERBATIM
public static final StepType VALIDATOR_VERBATIM_TO_INTERPRETED
public static final StepType VALIDATOR_INTERPRETED_TO_INDEX
public static final StepType VALIDATOR_COLLECT_METRICS
public static StepType[] values()
for (StepType c : StepType.values()) System.out.println(c);
public static StepType 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 © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.