Uses of Class
eu.datex2.siri14.schema._1_0._1_0.ProbabilityOfOccurrenceEnum
-
Packages that use ProbabilityOfOccurrenceEnum Package Description eu.datex2.siri14.schema._1_0._1_0 uk.org.siri.siri14 -
-
Uses of ProbabilityOfOccurrenceEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as ProbabilityOfOccurrenceEnum Modifier and Type Field Description protected ProbabilityOfOccurrenceEnumSituationRecord. probabilityOfOccurrenceprotected ProbabilityOfOccurrenceEnumNtoR. probabilityOfOccurrenceEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return ProbabilityOfOccurrenceEnum Modifier and Type Method Description static ProbabilityOfOccurrenceEnumProbabilityOfOccurrenceEnum. fromValue(String v)ProbabilityOfOccurrenceEnumSituationRecord. getProbabilityOfOccurrence()Gets the value of the probabilityOfOccurrence property.ProbabilityOfOccurrenceEnumNtoR. getProbabilityOfOccurrenceEnum()Gets the value of the probabilityOfOccurrenceEnum property.static ProbabilityOfOccurrenceEnumProbabilityOfOccurrenceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProbabilityOfOccurrenceEnum[]ProbabilityOfOccurrenceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type ProbabilityOfOccurrenceEnum Modifier and Type Method Description voidSituationRecord. setProbabilityOfOccurrence(ProbabilityOfOccurrenceEnum value)Sets the value of the probabilityOfOccurrence property.voidNtoR. setProbabilityOfOccurrenceEnum(ProbabilityOfOccurrenceEnum value)Sets the value of the probabilityOfOccurrenceEnum property. -
Uses of ProbabilityOfOccurrenceEnum in uk.org.siri.siri14
Fields in uk.org.siri.siri14 declared as ProbabilityOfOccurrenceEnum Modifier and Type Field Description protected ProbabilityOfOccurrenceEnumPtSituationElement. likelihoodprotected ProbabilityOfOccurrenceEnumRoadSituationElement. likelihoodprotected ProbabilityOfOccurrenceEnumOptionalTrafficElementStructure. probabilityOfOccurrenceMethods in uk.org.siri.siri14 that return ProbabilityOfOccurrenceEnum Modifier and Type Method Description ProbabilityOfOccurrenceEnumPtSituationElement. getLikelihood()Gets the value of the likelihood property.ProbabilityOfOccurrenceEnumRoadSituationElement. getLikelihood()Gets the value of the likelihood property.ProbabilityOfOccurrenceEnumOptionalTrafficElementStructure. getProbabilityOfOccurrence()Gets the value of the probabilityOfOccurrence property.Methods in uk.org.siri.siri14 with parameters of type ProbabilityOfOccurrenceEnum Modifier and Type Method Description voidPtSituationElement. setLikelihood(ProbabilityOfOccurrenceEnum value)Sets the value of the likelihood property.voidRoadSituationElement. setLikelihood(ProbabilityOfOccurrenceEnum value)Sets the value of the likelihood property.voidOptionalTrafficElementStructure. setProbabilityOfOccurrence(ProbabilityOfOccurrenceEnum value)Sets the value of the probabilityOfOccurrence property.
-