Uses of Enum Class
com.sun.ts.tests.common.vehicle.VehicleType
Packages that use VehicleType
-
Uses of VehicleType in com.sun.ts.tests.common.vehicle
Methods in com.sun.ts.tests.common.vehicle that return VehicleTypeModifier and TypeMethodDescriptionstatic VehicleType
Returns the enum constant of this class with the specified name.static VehicleType[]
VehicleType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.ts.tests.common.vehicle that return types with arguments of type VehicleTypeModifier and TypeMethodDescriptionstatic List<VehicleType>
VehicleType.toEnumList
(String[] types)