Uses of Class
org.goplanit.utils.mode.TrackModeType
-
Packages that use TrackModeType Package Description org.goplanit.io.xml.util Utility methods to help process XML dataorg.goplanit.mode org.goplanit.utils.mode -
-
Uses of TrackModeType in org.goplanit.io.xml.util
Methods in org.goplanit.io.xml.util that return TrackModeType Modifier and Type Method Description static TrackModeTypexmlEnumConversionUtil. xmlToPlanit(org.goplanit.xml.generated.TrackType xmlTrackType)convert track type from XML to PLANitMethods in org.goplanit.io.xml.util with parameters of type TrackModeType Modifier and Type Method Description static org.goplanit.xml.generated.TrackTypexmlEnumConversionUtil. planitToXml(TrackModeType xmlTrackType)convert track type from PLANit to XML -
Uses of TrackModeType in org.goplanit.mode
Methods in org.goplanit.mode that return TrackModeType Modifier and Type Method Description TrackModeTypePhysicalModeFeaturesImpl. getTrackType()Methods in org.goplanit.mode with parameters of type TrackModeType Modifier and Type Method Description static PhysicalModeFeaturesModeFeaturesFactory. createPhysicalFeatures(VehicularModeType vehicleType, MotorisationModeType motorisationType, TrackModeType trackType)create physical mode featuresprotected voidPhysicalModeFeaturesImpl. setTrackType(TrackModeType trackType)set the track type to useConstructors in org.goplanit.mode with parameters of type TrackModeType Constructor Description PhysicalModeFeaturesImpl(VehicularModeType vehicularType, MotorisationModeType motorisationType, TrackModeType trackType) -
Uses of TrackModeType in org.goplanit.utils.mode
Fields in org.goplanit.utils.mode declared as TrackModeType Modifier and Type Field Description static TrackModeTypePhysicalModeFeatures. DEFAULT_TRACK_TYPEdefault is road based, e.g.Methods in org.goplanit.utils.mode that return TrackModeType Modifier and Type Method Description TrackModeTypePhysicalModeFeatures. getTrackType()collect the track type of this modestatic TrackModeTypeTrackModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrackModeType[]TrackModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-