public static enum TdJobModel.ColumnConfigTdJobModel extends Enum<TdJobModel.ColumnConfigTdJobModel>
| Enum Constant and Description |
|---|
Classifier |
End_Time |
HumanReadableStatus |
OperationInfo |
Progress |
Start_Time |
StatusIcon |
Time |
Type |
ValidationJobs |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getLabel() |
static TdJobModel.ColumnConfigTdJobModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdJobModel.ColumnConfigTdJobModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdJobModel.ColumnConfigTdJobModel Classifier
public static final TdJobModel.ColumnConfigTdJobModel Type
public static final TdJobModel.ColumnConfigTdJobModel Progress
public static final TdJobModel.ColumnConfigTdJobModel StatusIcon
public static final TdJobModel.ColumnConfigTdJobModel Start_Time
public static final TdJobModel.ColumnConfigTdJobModel End_Time
public static final TdJobModel.ColumnConfigTdJobModel Time
public static final TdJobModel.ColumnConfigTdJobModel HumanReadableStatus
public static final TdJobModel.ColumnConfigTdJobModel OperationInfo
public static final TdJobModel.ColumnConfigTdJobModel ValidationJobs
public static TdJobModel.ColumnConfigTdJobModel[] values()
for (TdJobModel.ColumnConfigTdJobModel c : TdJobModel.ColumnConfigTdJobModel.values()) System.out.println(c);
public static TdJobModel.ColumnConfigTdJobModel 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 getId()
public String getLabel()
Copyright © 2015. All Rights Reserved.