public enum TdJobClassifierType extends Enum<TdJobClassifierType>
| Enum Constant and Description |
|---|
CLASSIFIER_UNKNOWN |
FALLBACK |
POSTPROCESSING |
PREPROCESSING |
PROCESSING |
VALIDATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static List<String> |
getListLabels() |
String |
toString() |
static TdJobClassifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdJobClassifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdJobClassifierType CLASSIFIER_UNKNOWN
public static final TdJobClassifierType PROCESSING
public static final TdJobClassifierType VALIDATION
public static final TdJobClassifierType PREPROCESSING
public static final TdJobClassifierType POSTPROCESSING
public static final TdJobClassifierType FALLBACK
protected String label
public static TdJobClassifierType[] values()
for (TdJobClassifierType c : TdJobClassifierType.values()) System.out.println(c);
public static TdJobClassifierType 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 getLabel()
public String toString()
toString in class Enum<TdJobClassifierType>Copyright © 2014. All Rights Reserved.