public enum JobSClassifier extends Enum<JobSClassifier> implements Serializable
| Enum Constant and Description |
|---|
DATAVALIDATION |
POSTPROCESSING |
PREPROCESSING |
PROCESSING |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static JobSClassifier |
getJobClassifierFromId(String id) |
String |
getLabel() |
static List<JobSClassifier> |
getList() |
String |
toString() |
static JobSClassifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSClassifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobSClassifier PREPROCESSING
public static final JobSClassifier PROCESSING
public static final JobSClassifier POSTPROCESSING
public static final JobSClassifier DATAVALIDATION
public static final JobSClassifier UNKNOWN
public static JobSClassifier[] values()
for (JobSClassifier c : JobSClassifier.values()) System.out.println(c);
public static JobSClassifier 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 nullpublic String toString()
toString in class Enum<JobSClassifier>public static List<JobSClassifier> getList()
public static JobSClassifier getJobClassifierFromId(String id)
public String getLabel()
Copyright © 2016. All Rights Reserved.