| Package | Description |
|---|---|
| org.drools.examples.carinsurance.domain |
| Modifier and Type | Method and Description |
|---|---|
CarType |
Car.getCarType() |
static CarType |
CarType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Car.setCarType(CarType carType) |
| Constructor and Description |
|---|
Car(String vehicleIdentificationNumber,
CarType carType,
boolean antiTheftDevice,
BigDecimal value) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.