| Package | Description |
|---|---|
| net.objectlab.kit.datecalc.common |
This package provides functionalities that are used by both JDK and Joda implementation,
it is not released alone but included in the datecalc-jdk, datecalc-jdk8 or datecalc-joda JARs.
|
| net.objectlab.kit.datecalc.common.ccy |
This package implements the abstract CurrencyDateCalculator interfaces; it is not released alone but included in the datecalc-jdk, datecalc-jdk8 or datecalc-joda JARs.
|
| Modifier and Type | Field and Description |
|---|---|
private TenorCode |
Tenor.code |
| Modifier and Type | Method and Description |
|---|---|
static TenorCode |
TenorCode.fromCode(String code) |
TenorCode |
Tenor.getCode() |
static TenorCode |
TenorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TenorCode[] |
TenorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected DateCalculator<E> |
AbstractDateCalculator.applyTenor(TenorCode tenorCode,
int unit) |
| Constructor and Description |
|---|
Tenor(int units,
TenorCode code) |
| Modifier and Type | Method and Description |
|---|---|
private E |
AbstractCurrencyDateCalculator.applyTenor(E date,
TenorCode tenorCode,
int unit) |
Copyright © 2006–2019 Appendium - Portfolio Financing Platform. All rights reserved.