public static enum PipelineParameterChecker.Missing extends Enum<PipelineParameterChecker.Missing>
| Enum Constant and Description |
|---|
AE |
EXTERNAL_RESOURCE |
EXTERNAL_RESOURCE_PARAMETER |
PARAMETER |
PARSING_ERROR |
READER |
| Modifier and Type | Method and Description |
|---|---|
static PipelineParameterChecker.Missing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineParameterChecker.Missing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineParameterChecker.Missing READER
public static final PipelineParameterChecker.Missing AE
public static final PipelineParameterChecker.Missing PARAMETER
public static final PipelineParameterChecker.Missing EXTERNAL_RESOURCE
public static final PipelineParameterChecker.Missing EXTERNAL_RESOURCE_PARAMETER
public static final PipelineParameterChecker.Missing PARSING_ERROR
public static PipelineParameterChecker.Missing[] values()
for (PipelineParameterChecker.Missing c : PipelineParameterChecker.Missing.values()) System.out.println(c);
public static PipelineParameterChecker.Missing 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 JULIE Lab, Germany. All rights reserved.