Uses of Enum Class
com.cta4j.bus.pattern.model.PatternPointType
Packages that use PatternPointType
-
Uses of PatternPointType in com.cta4j.bus.pattern.model
Methods in com.cta4j.bus.pattern.model that return PatternPointTypeModifier and TypeMethodDescriptionPatternPoint.type()Returns the value of thetyperecord component.static PatternPointTypeReturns the enum constant of this class with the specified name.static PatternPointType[]PatternPointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cta4j.bus.pattern.model with parameters of type PatternPointTypeModifierConstructorDescriptionPatternPoint(int sequence, PatternPointType type, @Nullable String stopId, @Nullable String stopName, @Nullable BigDecimal distanceToPatternPoint, BigDecimal latitude, BigDecimal longitude) Constructs aPatternPoint.