public enum DataTableColumnMapper extends Enum<DataTableColumnMapper>
| Enum Constant and Description |
|---|
DATE_CREATED |
HAS_ACTIVE_HUMAN_TASK |
LABEL1 |
LABEL2 |
NAME |
NEXT_TIMER_DUE_DATE |
REF_NUM |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static DataTableColumnMapper |
from(int columnId) |
int |
getColumnId() |
String |
getFieldName() |
static DataTableColumnMapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTableColumnMapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTableColumnMapper REF_NUM
public static final DataTableColumnMapper NAME
public static final DataTableColumnMapper LABEL1
public static final DataTableColumnMapper LABEL2
public static final DataTableColumnMapper DATE_CREATED
public static final DataTableColumnMapper NEXT_TIMER_DUE_DATE
public static final DataTableColumnMapper HAS_ACTIVE_HUMAN_TASK
public static final DataTableColumnMapper STATUS
public static DataTableColumnMapper[] values()
for (DataTableColumnMapper c : DataTableColumnMapper.values()) System.out.println(c);
public static DataTableColumnMapper 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 static DataTableColumnMapper from(int columnId)
public String getFieldName()
public int getColumnId()
Copyright © 2016. All rights reserved.