Uses of Class
global.maplink.trip.schema.v1.payload.LoadType
-
Packages that use LoadType Package Description global.maplink.trip.schema.v1.payload -
-
Uses of LoadType in global.maplink.trip.schema.v1.payload
Methods in global.maplink.trip.schema.v1.payload that return LoadType Modifier and Type Method Description static LoadTypeLoadType. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadType[]LoadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in global.maplink.trip.schema.v1.payload that return types with arguments of type LoadType Modifier and Type Method Description Set<LoadType>VehicleSpecification. getLoadTypes()Methods in global.maplink.trip.schema.v1.payload with parameters of type LoadType Modifier and Type Method Description VehicleSpecification.VehicleSpecificationBuilderVehicleSpecification.VehicleSpecificationBuilder. loadType(LoadType loadType)Method parameters in global.maplink.trip.schema.v1.payload with type arguments of type LoadType Modifier and Type Method Description VehicleSpecification.VehicleSpecificationBuilderVehicleSpecification.VehicleSpecificationBuilder. loadTypes(Collection<? extends LoadType> loadTypes)voidVehicleSpecification. setLoadTypes(Set<LoadType> loadTypes)Constructor parameters in global.maplink.trip.schema.v1.payload with type arguments of type LoadType Constructor Description VehicleSpecification(Double maxWeight, Double maxWeightPerAxle, Double maxLength, Double maxLengthBetweenAxles, Double maxWidth, Double maxHeight, Double maxWeightForExplodingMaterials, Double maxWeightForPollutingMaterials, Double maxWeightForDangerousMaterials, Set<LoadType> loadTypes)
-