org.optaplanner.examples.common.swingui.timetable
Enum TimeTablePanel.HeaderColumnKey
java.lang.Object
java.lang.Enum<TimeTablePanel.HeaderColumnKey>
org.optaplanner.examples.common.swingui.timetable.TimeTablePanel.HeaderColumnKey
- All Implemented Interfaces:
- Serializable, Comparable<TimeTablePanel.HeaderColumnKey>
- Enclosing class:
- TimeTablePanel<XObject,YObject>
public static enum TimeTablePanel.HeaderColumnKey
- extends Enum<TimeTablePanel.HeaderColumnKey>
HEADER_COLUMN_GROUP2
public static final TimeTablePanel.HeaderColumnKey HEADER_COLUMN_GROUP2
HEADER_COLUMN_GROUP1
public static final TimeTablePanel.HeaderColumnKey HEADER_COLUMN_GROUP1
HEADER_COLUMN
public static final TimeTablePanel.HeaderColumnKey HEADER_COLUMN
TRAILING_HEADER_COLUMN
public static final TimeTablePanel.HeaderColumnKey TRAILING_HEADER_COLUMN
values
public static TimeTablePanel.HeaderColumnKey[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TimeTablePanel.HeaderColumnKey c : TimeTablePanel.HeaderColumnKey.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TimeTablePanel.HeaderColumnKey valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.