Uses of Class
eu.datex2.siri14.schema._1_0._1_0.ReroutingTypeEnum
-
Packages that use ReroutingTypeEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of ReroutingTypeEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as ReroutingTypeEnum Modifier and Type Field Description protected ReroutingTypeEnumRerouting. reroutingTypeprotected ReroutingTypeEnumNtoR. reroutingTypeEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return ReroutingTypeEnum Modifier and Type Method Description static ReroutingTypeEnumReroutingTypeEnum. fromValue(String v)ReroutingTypeEnumRerouting. getReroutingType()Gets the value of the reroutingType property.ReroutingTypeEnumNtoR. getReroutingTypeEnum()Gets the value of the reroutingTypeEnum property.static ReroutingTypeEnumReroutingTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ReroutingTypeEnum[]ReroutingTypeEnum. 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 ReroutingTypeEnum Modifier and Type Method Description voidRerouting. setReroutingType(ReroutingTypeEnum value)Sets the value of the reroutingType property.voidNtoR. setReroutingTypeEnum(ReroutingTypeEnum value)Sets the value of the reroutingTypeEnum property.
-