public static enum TravelTimesForStopPath.HowSet extends java.lang.Enum<TravelTimesForStopPath.HowSet>
Modifier and Type | Method and Description |
---|---|
boolean |
isScheduleBased() |
static TravelTimesForStopPath.HowSet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TravelTimesForStopPath.HowSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TravelTimesForStopPath.HowSet SPEED
public static final TravelTimesForStopPath.HowSet SCHED
public static final TravelTimesForStopPath.HowSet SERVC
public static final TravelTimesForStopPath.HowSet TRIP
public static final TravelTimesForStopPath.HowSet AVL
public static TravelTimesForStopPath.HowSet[] values()
for (TravelTimesForStopPath.HowSet c : TravelTimesForStopPath.HowSet.values()) System.out.println(c);
public static TravelTimesForStopPath.HowSet 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 boolean isScheduleBased()