Uses of Class
eu.datex2.siri13.schema._1_0._1_0.MaintenanceVehicleActionsEnum
-
Packages that use MaintenanceVehicleActionsEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of MaintenanceVehicleActionsEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as MaintenanceVehicleActionsEnum Modifier and Type Field Description protected MaintenanceVehicleActionsEnumItoM. maintenanceVehicleActionsEnumFields in eu.datex2.siri13.schema._1_0._1_0 with type parameters of type MaintenanceVehicleActionsEnum Modifier and Type Field Description protected List<MaintenanceVehicleActionsEnum>AssociatedMaintenanceVehicles. maintenanceVehicleActionsMethods in eu.datex2.siri13.schema._1_0._1_0 that return MaintenanceVehicleActionsEnum Modifier and Type Method Description static MaintenanceVehicleActionsEnumMaintenanceVehicleActionsEnum. fromValue(String v)MaintenanceVehicleActionsEnumItoM. getMaintenanceVehicleActionsEnum()Gets the value of the maintenanceVehicleActionsEnum property.static MaintenanceVehicleActionsEnumMaintenanceVehicleActionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceVehicleActionsEnum[]MaintenanceVehicleActionsEnum. 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 MaintenanceVehicleActionsEnum Modifier and Type Method Description List<MaintenanceVehicleActionsEnum>AssociatedMaintenanceVehicles. getMaintenanceVehicleActions()Gets the value of the maintenanceVehicleActions property.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type MaintenanceVehicleActionsEnum Modifier and Type Method Description voidItoM. setMaintenanceVehicleActionsEnum(MaintenanceVehicleActionsEnum value)Sets the value of the maintenanceVehicleActionsEnum property.
-