|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StopTimeService.EFrequencyStopTimeBehavior>
org.onebusaway.transit_data_federation.services.StopTimeService.EFrequencyStopTimeBehavior
public static enum StopTimeService.EFrequencyStopTimeBehavior
When calculating frequency-based stop times, we have a couple different options when return results
Enum Constant Summary | |
---|---|
INCLUDE_INTERPOLATED
Interpolate out all the stop-times in a frequency interval, including both frequency information AND a frequency offset so that the stop time has an actual arrival and departure time set. |
|
INCLUDE_UNSPECIFIED
Include a stop time with the frequency information set but no frequency offset set. |
Method Summary | |
---|---|
static StopTimeService.EFrequencyStopTimeBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StopTimeService.EFrequencyStopTimeBehavior[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StopTimeService.EFrequencyStopTimeBehavior INCLUDE_UNSPECIFIED
public static final StopTimeService.EFrequencyStopTimeBehavior INCLUDE_INTERPOLATED
Method Detail |
---|
public static StopTimeService.EFrequencyStopTimeBehavior[] values()
for (StopTimeService.EFrequencyStopTimeBehavior c : StopTimeService.EFrequencyStopTimeBehavior.values()) System.out.println(c);
public static StopTimeService.EFrequencyStopTimeBehavior valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |