Package | Description |
---|---|
org.cip4.printtalk |
Modifier and Type | Method and Description |
---|---|
Price.EnumPriceType |
Price.getPriceTypeEnum() |
static Price.EnumPriceType |
Price.EnumPriceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Price.EnumPriceType[] |
Price.EnumPriceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Price |
Pricing.addPrice(Price.EnumPriceType priceType,
Price.EnumTaxType taxType,
String description,
double totalprice)
add a price element
|
Price |
Pricing.getPriceByType(Price.EnumPriceType typ,
Price.EnumTaxType taxtype,
String dropID,
int i) |
Vector<Price> |
Pricing.getPricesByType(Price.EnumPriceType typ,
Price.EnumTaxType taxtype,
String dropID) |
void |
Price.setPriceType(Price.EnumPriceType priceType) |
Copyright © 2019. All rights reserved.