Uses of Enum Class
com.graphhopper.reader.osm.conditional.ParsedCalendar.ParseType
Packages that use ParsedCalendar.ParseType
-
Uses of ParsedCalendar.ParseType in com.graphhopper.reader.osm.conditional
Fields in com.graphhopper.reader.osm.conditional declared as ParsedCalendar.ParseTypeMethods in com.graphhopper.reader.osm.conditional that return ParsedCalendar.ParseTypeModifier and TypeMethodDescriptionstatic ParsedCalendar.ParseTypeReturns the enum constant of this class with the specified name.static ParsedCalendar.ParseType[]ParsedCalendar.ParseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.graphhopper.reader.osm.conditional with parameters of type ParsedCalendar.ParseTypeModifierConstructorDescriptionParsedCalendar(ParsedCalendar.ParseType parseType, Calendar parsedCalendar)