Uses of Class
org.goplanit.utils.mode.VehicularModeType
-
Packages that use VehicularModeType Package Description org.goplanit.io.xml.util Utility methods to help process XML dataorg.goplanit.mode org.goplanit.utils.mode -
-
Uses of VehicularModeType in org.goplanit.io.xml.util
Methods in org.goplanit.io.xml.util that return VehicularModeType Modifier and Type Method Description static VehicularModeTypexmlEnumConversionUtil. xmlToPlanit(org.goplanit.xml.generated.VehicularType xmlVehicularType)convert vehicle type from xml to PLANitMethods in org.goplanit.io.xml.util with parameters of type VehicularModeType Modifier and Type Method Description static org.goplanit.xml.generated.VehicularTypexmlEnumConversionUtil. planitToXml(VehicularModeType planitVehicularType)convert motorisation type from PLANit to XML -
Uses of VehicularModeType in org.goplanit.mode
Methods in org.goplanit.mode that return VehicularModeType Modifier and Type Method Description VehicularModeTypePhysicalModeFeaturesImpl. getVehicularType()Methods in org.goplanit.mode with parameters of type VehicularModeType Modifier and Type Method Description static PhysicalModeFeaturesModeFeaturesFactory. createPhysicalFeatures(VehicularModeType vehicleType, MotorisationModeType motorisationType, TrackModeType trackType)create physical mode featuresprotected voidPhysicalModeFeaturesImpl. setVehicularType(VehicularModeType vehicularType)set the vehicular typeConstructors in org.goplanit.mode with parameters of type VehicularModeType Constructor Description PhysicalModeFeaturesImpl(VehicularModeType vehicularType, MotorisationModeType motorisationType, TrackModeType trackType) -
Uses of VehicularModeType in org.goplanit.utils.mode
Fields in org.goplanit.utils.mode declared as VehicularModeType Modifier and Type Field Description static VehicularModeTypePhysicalModeFeatures. DEFAULT_VEHICULAR_TYPEdefault is of a vehicular typeMethods in org.goplanit.utils.mode that return VehicularModeType Modifier and Type Method Description VehicularModeTypePhysicalModeFeatures. getVehicularType()collect the vehicular type of this modestatic VehicularModeTypeVehicularModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static VehicularModeType[]VehicularModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-