Uses of Class
org.drools.examples.carinsurance.domain.CarType
-
Packages that use CarType Package Description org.drools.examples.carinsurance.domain -
-
Uses of CarType in org.drools.examples.carinsurance.domain
Methods in org.drools.examples.carinsurance.domain that return CarType Modifier and Type Method Description CarTypeCar. getCarType()static CarTypeCarType. valueOf(String name)Returns the enum constant of this type with the specified name.static CarType[]CarType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.examples.carinsurance.domain with parameters of type CarType Modifier and Type Method Description voidCar. setCarType(CarType carType)Constructors in org.drools.examples.carinsurance.domain with parameters of type CarType Constructor Description Car(String vehicleIdentificationNumber, CarType carType, boolean antiTheftDevice, BigDecimal value)
-