| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| Modifier and Type | Method and Description |
|---|---|
CurveNodeDateType |
CurveNodeDate.getType()
Gets the method by which the date of the node is calculated, defaulted to 'End'.
|
static CurveNodeDateType |
CurveNodeDateType.of(String name)
Obtains an instance from the specified name.
|
static CurveNodeDateType |
CurveNodeDateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurveNodeDateType[] |
CurveNodeDateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<CurveNodeDateType> |
CurveNodeDate.Meta.type()
The meta-property for the
type property. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.