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 VehicularModeType
xmlEnumConversionUtil. 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.VehicularType
xmlEnumConversionUtil. 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 VehicularModeType
PhysicalModeFeaturesImpl. getVehicularType()
Methods in org.goplanit.mode with parameters of type VehicularModeType Modifier and Type Method Description static PhysicalModeFeatures
ModeFeaturesFactory. createPhysicalFeatures(VehicularModeType vehicleType, MotorisationModeType motorisationType, TrackModeType trackType)
create physical mode featuresprotected void
PhysicalModeFeaturesImpl. 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 VehicularModeType
PhysicalModeFeatures. DEFAULT_VEHICULAR_TYPE
default is of a vehicular typeMethods in org.goplanit.utils.mode that return VehicularModeType Modifier and Type Method Description VehicularModeType
PhysicalModeFeatures. getVehicularType()
collect the vehicular type of this modestatic VehicularModeType
VehicularModeType. 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.
-