Uses of Class
eu.datex2.siri14.schema._1_0._1_0.CarParkStatusEnum
-
Packages that use CarParkStatusEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of CarParkStatusEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as CarParkStatusEnum Modifier and Type Field Description protected CarParkStatusEnumCarParks. carParkStatusprotected CarParkStatusEnumAtoD. carParkStatusEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return CarParkStatusEnum Modifier and Type Method Description static CarParkStatusEnumCarParkStatusEnum. fromValue(String v)CarParkStatusEnumCarParks. getCarParkStatus()Gets the value of the carParkStatus property.CarParkStatusEnumAtoD. getCarParkStatusEnum()Gets the value of the carParkStatusEnum property.static CarParkStatusEnumCarParkStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CarParkStatusEnum[]CarParkStatusEnum. 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 CarParkStatusEnum Modifier and Type Method Description voidCarParks. setCarParkStatus(CarParkStatusEnum value)Sets the value of the carParkStatus property.voidAtoD. setCarParkStatusEnum(CarParkStatusEnum value)Sets the value of the carParkStatusEnum property.
-