Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Method and Description |
---|---|
List<CurrencyDetail> |
CurrencyFieldLimit.getAllowable()
Retrieves currency types that the server will allow user to enter
|
List<CurrencyDetail> |
CurrencyFieldLimit.getFunctional()
Retrieves currency types that are always stored in the database
|
Constructor and Description |
---|
CurrencyFieldLimit(BigDecimal lowLimit,
BigDecimal highLimit,
int precision,
List<CurrencyDetail> functional,
List<CurrencyDetail> allowable) |
CurrencyFieldLimit(BigDecimal lowLimit,
BigDecimal highLimit,
int precision,
List<CurrencyDetail> functional,
List<CurrencyDetail> allowable) |
CurrencyFieldLimit(String lowLimit,
String highLimit,
int precision,
List<CurrencyDetail> functional,
List<CurrencyDetail> allowable) |
CurrencyFieldLimit(String lowLimit,
String highLimit,
int precision,
List<CurrencyDetail> functional,
List<CurrencyDetail> allowable) |
Modifier and Type | Method and Description |
---|---|
static List<CurrencyDetail> |
InputReader.getCurrencyDetail(String prompt,
int defaultOccurances) |
? Copyright 2013 BMC Software, Inc.