public enum E_TableColumn extends Enum<E_TableColumn>
| Enum Constant and Description |
|---|
OFFER_EXPIRE
The offer's expiry date.
|
OFFER_PUBLISH
The offer's publish date.
|
OFFER_STATUS
The offer's status.
|
OFFER_TITLE
The offer's title.
|
OFFER_TYPE
The offer's type.
|
OFFER_UPDATED
The offer's date of last update.
|
ORG_CREATED
The organisations's create date.
|
ORG_HOLDER
The organisations's holder.
|
ORG_NAME
The organisations's name.
|
ORG_STATUS
The organisations's status.
|
ORG_UPDATED
The organisations's date of last update.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColName()
Gets the col name.
|
static E_TableColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E_TableColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E_TableColumn ORG_NAME
public static final E_TableColumn ORG_HOLDER
public static final E_TableColumn ORG_STATUS
public static final E_TableColumn ORG_CREATED
public static final E_TableColumn ORG_UPDATED
public static final E_TableColumn OFFER_TITLE
public static final E_TableColumn OFFER_TYPE
public static final E_TableColumn OFFER_PUBLISH
public static final E_TableColumn OFFER_UPDATED
public static final E_TableColumn OFFER_EXPIRE
public static final E_TableColumn OFFER_STATUS
public static E_TableColumn[] values()
for (E_TableColumn c : E_TableColumn.values()) System.out.println(c);
public static E_TableColumn 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 getColName()
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.