public enum TdJobClassifierType extends Enum<TdJobClassifierType>
| Enum Constant and Description |
|---|
CLASSIFIER_UNKNOWN |
DATAVALIDATION |
FALLBACK |
POSTPROCESSING |
PREPROCESSING |
PROCESSING |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the label.
|
static List<String> |
getListLabels()
Gets the list labels.
|
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 DATAVALIDATION
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 static List<String> getListLabels()
public String toString()
toString in class Enum<TdJobClassifierType>Copyright © 2015. All Rights Reserved.