Uses of Class
eu.datex2.siri13.schema._1_0._1_0.TrafficControlTypeEnum
-
Packages that use TrafficControlTypeEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of TrafficControlTypeEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as TrafficControlTypeEnum Modifier and Type Field Description protected TrafficControlTypeEnumTrafficControl. trafficControlTypeprotected TrafficControlTypeEnumStoZ. trafficControlTypeEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return TrafficControlTypeEnum Modifier and Type Method Description static TrafficControlTypeEnumTrafficControlTypeEnum. fromValue(String v)TrafficControlTypeEnumTrafficControl. getTrafficControlType()Gets the value of the trafficControlType property.TrafficControlTypeEnumStoZ. getTrafficControlTypeEnum()Gets the value of the trafficControlTypeEnum property.static TrafficControlTypeEnumTrafficControlTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TrafficControlTypeEnum[]TrafficControlTypeEnum. 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 TrafficControlTypeEnum Modifier and Type Method Description voidTrafficControl. setTrafficControlType(TrafficControlTypeEnum value)Sets the value of the trafficControlType property.voidStoZ. setTrafficControlTypeEnum(TrafficControlTypeEnum value)Sets the value of the trafficControlTypeEnum property.
-