Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.VehicleObstructionTypeEnum
-
Packages that use VehicleObstructionTypeEnum Package Description eu.datex2.siri21.schema._2_0rc1._2_0 -
-
Uses of VehicleObstructionTypeEnum in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as VehicleObstructionTypeEnum Modifier and Type Field Description protected VehicleObstructionTypeEnumVehicleObstruction. vehicleObstructionTypeMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return VehicleObstructionTypeEnum Modifier and Type Method Description static VehicleObstructionTypeEnumVehicleObstructionTypeEnum. fromValue(String v)VehicleObstructionTypeEnumVehicleObstruction. getVehicleObstructionType()Gets the value of the vehicleObstructionType property.static VehicleObstructionTypeEnumVehicleObstructionTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VehicleObstructionTypeEnum[]VehicleObstructionTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri21.schema._2_0rc1._2_0 with parameters of type VehicleObstructionTypeEnum Modifier and Type Method Description voidVehicleObstruction. setVehicleObstructionType(VehicleObstructionTypeEnum value)Sets the value of the vehicleObstructionType property.
-