Package org.goplanit.gtfs.model
Class GtfsCalendar
- java.lang.Object
-
- org.goplanit.gtfs.model.GtfsObject
-
- org.goplanit.gtfs.model.GtfsCalendar
-
public class GtfsCalendar extends GtfsObject
In memory representation of a GTFS entry in calendar.txt- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static EnumSet<GtfsKeyType>
SUPPORTED_KEYS
Supported keys for a GTFS calendar instance
-
Constructor Summary
Constructors Constructor Description GtfsCalendar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumSet<GtfsKeyType>
getSupportedKeys()
All supported keys for this GTFS object-
Methods inherited from class org.goplanit.gtfs.model.GtfsObject
containsKey, get, put
-
-
-
-
Field Detail
-
SUPPORTED_KEYS
public static final EnumSet<GtfsKeyType> SUPPORTED_KEYS
Supported keys for a GTFS calendar instance
-
-
Method Detail
-
getSupportedKeys
public EnumSet<GtfsKeyType> getSupportedKeys()
All supported keys for this GTFS object- Specified by:
getSupportedKeys
in classGtfsObject
- Returns:
- supported keys
-
-