Uses of Class
eu.datex2.siri13.schema._1_0._1_0.ObstructionTypeEnum
-
Packages that use ObstructionTypeEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of ObstructionTypeEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as ObstructionTypeEnum Modifier and Type Field Description protected ObstructionTypeEnumNtoR. obstructionTypeEnumFields in eu.datex2.siri13.schema._1_0._1_0 with type parameters of type ObstructionTypeEnum Modifier and Type Field Description protected List<ObstructionTypeEnum>GeneralObstruction. obstructionTypesMethods in eu.datex2.siri13.schema._1_0._1_0 that return ObstructionTypeEnum Modifier and Type Method Description static ObstructionTypeEnumObstructionTypeEnum. fromValue(String v)ObstructionTypeEnumNtoR. getObstructionTypeEnum()Gets the value of the obstructionTypeEnum property.static ObstructionTypeEnumObstructionTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ObstructionTypeEnum[]ObstructionTypeEnum. 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 that return types with arguments of type ObstructionTypeEnum Modifier and Type Method Description List<ObstructionTypeEnum>GeneralObstruction. getObstructionTypes()Gets the value of the obstructionTypes property.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type ObstructionTypeEnum Modifier and Type Method Description voidNtoR. setObstructionTypeEnum(ObstructionTypeEnum value)Sets the value of the obstructionTypeEnum property.
-