Uses of Class
uk.org.siri.siri21.QualityIndexEnumeration
-
Packages that use QualityIndexEnumeration Package Description uk.org.siri.siri21 -
-
Uses of QualityIndexEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as QualityIndexEnumeration Modifier and Type Field Description protected QualityIndexEnumerationEstimatedVehicleJourney. confidenceLevelprotected QualityIndexEnumerationMonitoredVehicleJourneyStructure. confidenceLevelprotected QualityIndexEnumerationPredictionQualityStructure. predictionLevelprotected QualityIndexEnumerationPtSituationElement. qualityIndexprotected QualityIndexEnumerationRoadSituationElement. qualityIndexMethods in uk.org.siri.siri21 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.QualityIndexEnumerationPtSituationElement. getQualityIndex()Gets the value of the qualityIndex property.QualityIndexEnumerationRoadSituationElement. getQualityIndex()Gets the value of the qualityIndex 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.siri21 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.voidPtSituationElement. setQualityIndex(QualityIndexEnumeration value)Sets the value of the qualityIndex property.voidRoadSituationElement. setQualityIndex(QualityIndexEnumeration value)Sets the value of the qualityIndex property.
-