Uses of Interface
org.goplanit.utils.enums.EnumValue
-
Packages that use EnumValue Package Description org.goplanit.gtfs.enums org.goplanit.utils.enums -
-
Uses of EnumValue in org.goplanit.gtfs.enums
Classes in org.goplanit.gtfs.enums that implement EnumValue Modifier and Type Class Description classRouteTypeDefines the different (unextended) Route Types, i.e., modes: TRAM_LIGHTRAIL (0) - Tram, Streetcar, Light rail.classStopLocationTypeDefines the different stop location types: STOP_PLATFORM (0 or null or ""): A location where passengers board or disembark from a transit vehicle. -
Uses of EnumValue in org.goplanit.utils.enums
Classes in org.goplanit.utils.enums with type parameters of type EnumValue Modifier and Type Interface Description interfaceEnumOf<T extends EnumValue<V>,V>Interface that deals with injecting way to create an enum based on its internal enum value through EnumValue, e.g.
-