| Package | Description |
|---|---|
| net.billforward.model | |
| net.billforward.model.amendments |
| Modifier and Type | Method and Description |
|---|---|
ValueChangeMode |
PricingComponent.getDowngradeMode() |
ValueChangeMode |
PricingComponent.getUpgradeMode() |
static ValueChangeMode |
ValueChangeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueChangeMode[] |
ValueChangeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PricingComponent.setDowngradeMode(ValueChangeMode downgradeMode) |
void |
PricingComponent.setUpgradeMode(ValueChangeMode upgradeMode) |
| Modifier and Type | Method and Description |
|---|---|
ValueChangeMode |
PricingComponentValueChangeAmendment.getMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
PricingComponentValueChangeAmendment.setMode(ValueChangeMode mode) |
Copyright © 2015 BillForward. All rights reserved.