protected static enum Scheduler.GroupOrientation extends Enum<Scheduler.GroupOrientation>
| Enum Constant and Description |
|---|
horizontal |
vertical |
| Modifier and Type | Method and Description |
|---|---|
static Scheduler.GroupOrientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scheduler.GroupOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scheduler.GroupOrientation horizontal
public static final Scheduler.GroupOrientation vertical
public static Scheduler.GroupOrientation[] values()
for (Scheduler.GroupOrientation c : Scheduler.GroupOrientation.values()) System.out.println(c);
public static Scheduler.GroupOrientation 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 © 2021 7thWeb. All rights reserved.