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