Uses of Class
uk.org.siri.siri10.ProgressRateEnumeration
-
Packages that use ProgressRateEnumeration Package Description uk.org.siri.siri10 -
-
Uses of ProgressRateEnumeration in uk.org.siri.siri10
Fields in uk.org.siri.siri10 declared as ProgressRateEnumeration Modifier and Type Field Description protected ProgressRateEnumerationMonitoredStopVisitStructure. progressRateprotected ProgressRateEnumerationMonitoredVehicleJourneyStructure. progressRateprotected ProgressRateEnumerationVehicleActivityStructure. progressRateMethods in uk.org.siri.siri10 that return ProgressRateEnumeration Modifier and Type Method Description static ProgressRateEnumerationProgressRateEnumeration. fromValue(String v)ProgressRateEnumerationMonitoredStopVisitStructure. getProgressRate()Gets the value of the progressRate property.ProgressRateEnumerationMonitoredVehicleJourneyStructure. getProgressRate()Gets the value of the progressRate property.ProgressRateEnumerationVehicleActivityStructure. getProgressRate()Gets the value of the progressRate property.static ProgressRateEnumerationProgressRateEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static ProgressRateEnumeration[]ProgressRateEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri10 with parameters of type ProgressRateEnumeration Modifier and Type Method Description voidMonitoredStopVisitStructure. setProgressRate(ProgressRateEnumeration value)Sets the value of the progressRate property.voidMonitoredVehicleJourneyStructure. setProgressRate(ProgressRateEnumeration value)Sets the value of the progressRate property.voidVehicleActivityStructure. setProgressRate(ProgressRateEnumeration value)Sets the value of the progressRate property.
-