Uses of Class
eu.datex2.siri13.schema._1_0._1_0.SpeedAdviceEnum
-
Packages that use SpeedAdviceEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of SpeedAdviceEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as SpeedAdviceEnum Modifier and Type Field Description protected SpeedAdviceEnumSpeeds. speedAdviceprotected SpeedAdviceEnumStoZ. speedAdviceEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return SpeedAdviceEnum Modifier and Type Method Description static SpeedAdviceEnumSpeedAdviceEnum. fromValue(String v)SpeedAdviceEnumSpeeds. getSpeedAdvice()Gets the value of the speedAdvice property.SpeedAdviceEnumStoZ. getSpeedAdviceEnum()Gets the value of the speedAdviceEnum property.static SpeedAdviceEnumSpeedAdviceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeedAdviceEnum[]SpeedAdviceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type SpeedAdviceEnum Modifier and Type Method Description voidSpeeds. setSpeedAdvice(SpeedAdviceEnum value)Sets the value of the speedAdvice property.voidStoZ. setSpeedAdviceEnum(SpeedAdviceEnum value)Sets the value of the speedAdviceEnum property.
-