Uses of Class
eu.datex2.siri13.schema._1_0._1_0.OverallImpactEnum
-
Packages that use OverallImpactEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of OverallImpactEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as OverallImpactEnum Modifier and Type Field Description protected OverallImpactEnumSituation. overallImpactprotected OverallImpactEnumNtoR. overallImpactEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return OverallImpactEnum Modifier and Type Method Description static OverallImpactEnumOverallImpactEnum. fromValue(String v)OverallImpactEnumSituation. getOverallImpact()Gets the value of the overallImpact property.OverallImpactEnumNtoR. getOverallImpactEnum()Gets the value of the overallImpactEnum property.static OverallImpactEnumOverallImpactEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OverallImpactEnum[]OverallImpactEnum. 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 OverallImpactEnum Modifier and Type Method Description voidSituation. setOverallImpact(OverallImpactEnum value)Sets the value of the overallImpact property.voidNtoR. setOverallImpactEnum(OverallImpactEnum value)Sets the value of the overallImpactEnum property.
-