Uses of Class
uk.org.siri.siri21.ProgressRateEnumeration
-
Packages that use ProgressRateEnumeration Package Description uk.org.siri.siri21 -
-
Uses of ProgressRateEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as ProgressRateEnumeration Modifier and Type Field Description protected ProgressRateEnumerationEstimatedVehicleJourney. progressRateprotected ProgressRateEnumerationMonitoredVehicleJourneyStructure. progressRateMethods in uk.org.siri.siri21 that return ProgressRateEnumeration Modifier and Type Method Description static ProgressRateEnumerationProgressRateEnumeration. fromValue(String v)ProgressRateEnumerationEstimatedVehicleJourney. getProgressRate()Gets the value of the progressRate property.ProgressRateEnumerationMonitoredVehicleJourneyStructure. 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.siri21 with parameters of type ProgressRateEnumeration Modifier and Type Method Description voidEstimatedVehicleJourney. setProgressRate(ProgressRateEnumeration value)Sets the value of the progressRate property.voidMonitoredVehicleJourneyStructure. setProgressRate(ProgressRateEnumeration value)Sets the value of the progressRate property.
-