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