Package | Description |
---|---|
org.drools.examples.carinsurance.domain.policy | |
org.drools.examples.carinsurance.domain.request |
Modifier and Type | Method and Description |
---|---|
static CoverageType |
CoverageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageType[] |
CoverageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CoverageType |
CoverageRequest.getCoverageType() |
Modifier and Type | Method and Description |
---|---|
void |
CoverageRequest.setCoverageType(CoverageType coverageType) |
Constructor and Description |
---|
CoverageRequest(CoverageType coverageType) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.