public static enum TimeTablePanel.HeaderColumnKey extends Enum<TimeTablePanel.HeaderColumnKey>
Enum Constant and Description |
---|
HEADER_COLUMN |
HEADER_COLUMN_GROUP1 |
HEADER_COLUMN_GROUP2 |
TRAILING_HEADER_COLUMN |
Modifier and Type | Method and Description |
---|---|
static TimeTablePanel.HeaderColumnKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeTablePanel.HeaderColumnKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeTablePanel.HeaderColumnKey HEADER_COLUMN_GROUP2
public static final TimeTablePanel.HeaderColumnKey HEADER_COLUMN_GROUP1
public static final TimeTablePanel.HeaderColumnKey HEADER_COLUMN
public static final TimeTablePanel.HeaderColumnKey TRAILING_HEADER_COLUMN
public static TimeTablePanel.HeaderColumnKey[] values()
for (TimeTablePanel.HeaderColumnKey c : TimeTablePanel.HeaderColumnKey.values()) System.out.println(c);
public static TimeTablePanel.HeaderColumnKey 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 nullCopyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.