Package org.goplanit.gtfs.model
Class GtfsFeedInfo
- java.lang.Object
-
- org.goplanit.gtfs.model.GtfsObject
-
- org.goplanit.gtfs.model.GtfsFeedInfo
-
public class GtfsFeedInfo extends GtfsObject
In memory representation of a GTFS entry in feed_info.txt- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static EnumSet<GtfsKeyType>
SUPPORTED_KEYS
Supported keys for a GTFS feed information instance
-
Constructor Summary
Constructors Constructor Description GtfsFeedInfo()
-
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 feed information instance
-
-
Method Detail
-
getSupportedKeys
public EnumSet<GtfsKeyType> getSupportedKeys()
All supported keys for this GTFS object- Specified by:
getSupportedKeys
in classGtfsObject
- Returns:
- supported keys
-
-