Uses of Enum Class
com.sun.ts.tests.common.vehicle.VehicleType
Packages that use VehicleType
Package
Description
-
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) -
Uses of VehicleType in com.sun.ts.tests.common.vehicle.appmanaged
Methods in com.sun.ts.tests.common.vehicle.appmanaged that return VehicleType -
Uses of VehicleType in com.sun.ts.tests.common.vehicle.appmanagedNoTx
Methods in com.sun.ts.tests.common.vehicle.appmanagedNoTx that return VehicleTypeModifier and TypeMethodDescriptionprotected VehicleType
AppManagedNoTxVehicleBean.getVehicleType()
Returns the type of the vehicle. -
Uses of VehicleType in com.sun.ts.tests.common.vehicle.stateful3
Methods in com.sun.ts.tests.common.vehicle.stateful3 that return VehicleType -
Uses of VehicleType in com.sun.ts.tests.common.vehicle.stateless3
Methods in com.sun.ts.tests.common.vehicle.stateless3 that return VehicleType