protected static enum CmsJobTable.TableProperty extends java.lang.Enum<CmsJobTable.TableProperty>
| Enum Constant and Description |
|---|
className
Class name column.
|
icon
icon column.
|
lastExecution
last execution date column.
|
name
Name column.
|
nextExecution
next execution date column.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static CmsJobTable.TableProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsJobTable.TableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsJobTable.TableProperty className
public static final CmsJobTable.TableProperty icon
public static final CmsJobTable.TableProperty lastExecution
public static final CmsJobTable.TableProperty name
public static final CmsJobTable.TableProperty nextExecution
public static CmsJobTable.TableProperty[] values()
for (CmsJobTable.TableProperty c : CmsJobTable.TableProperty.values()) System.out.println(c);
public static CmsJobTable.TableProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<CmsJobTable.TableProperty>Enum.toString()