| Package | Description |
|---|---|
| org.drools.examples.cashflow |
| Modifier and Type | Method and Description |
|---|---|
CashFlowType |
CashFlow.getType() |
static CashFlowType |
CashFlowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CashFlowType[] |
CashFlowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CashFlow.setType(CashFlowType type) |
| Constructor and Description |
|---|
CashFlow(Date date,
int amount,
CashFlowType type,
int accountNo) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.