Uses of Class
uk.org.siri.siri20.QualityIndexEnumeration
-
Packages that use QualityIndexEnumeration Package Description uk.org.siri.siri20 -
-
Uses of QualityIndexEnumeration in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as QualityIndexEnumeration Modifier and Type Field Description protected QualityIndexEnumerationEstimatedVehicleJourney. confidenceLevelprotected QualityIndexEnumerationMonitoredVehicleJourneyStructure. confidenceLevelprotected QualityIndexEnumerationPredictionQualityStructure. predictionLevelMethods in uk.org.siri.siri20 that return QualityIndexEnumeration Modifier and Type Method Description static QualityIndexEnumerationQualityIndexEnumeration. fromValue(String v)QualityIndexEnumerationEstimatedVehicleJourney. getConfidenceLevel()Gets the value of the confidenceLevel property.QualityIndexEnumerationMonitoredVehicleJourneyStructure. getConfidenceLevel()Gets the value of the confidenceLevel property.QualityIndexEnumerationPredictionQualityStructure. getPredictionLevel()Gets the value of the predictionLevel property.static QualityIndexEnumerationQualityIndexEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static QualityIndexEnumeration[]QualityIndexEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri20 with parameters of type QualityIndexEnumeration Modifier and Type Method Description voidEstimatedVehicleJourney. setConfidenceLevel(QualityIndexEnumeration value)Sets the value of the confidenceLevel property.voidMonitoredVehicleJourneyStructure. setConfidenceLevel(QualityIndexEnumeration value)Sets the value of the confidenceLevel property.voidPredictionQualityStructure. setPredictionLevel(QualityIndexEnumeration value)Sets the value of the predictionLevel property.
-