| Package | Description |
|---|---|
| com.opengamma.strata.market.cube |
| Modifier and Type | Field and Description |
|---|---|
static CubeInfoType<DayCount> |
CubeInfoType.DAY_COUNT
Key used to access information about the
DayCount. |
static CubeInfoType<MoneynessType> |
CubeInfoType.MONEYNESS_TYPE
Key used to access information about the type of moneyness.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> CubeInfoType<T> |
CubeInfoType.of(String name)
Obtains an instance from the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableMap<CubeInfoType<?>,Object> |
DefaultCubeMetadata.getInfo()
Gets the additional cube information.
|
org.joda.beans.MetaProperty<ImmutableMap<CubeInfoType<?>,Object>> |
DefaultCubeMetadata.Meta.info()
The meta-property for the
info property. |
| Modifier and Type | Method and Description |
|---|---|
<T> DefaultCubeMetadataBuilder |
DefaultCubeMetadataBuilder.addInfo(CubeInfoType<T> type,
T value)
Adds a single piece of additional information.
|
<T> Optional<T> |
DefaultCubeMetadata.findInfo(CubeInfoType<T> type) |
<T> Optional<T> |
CubeMetadata.findInfo(CubeInfoType<T> type)
Finds cube information of a specific type.
|
<T> T |
DefaultCubeMetadata.getInfo(CubeInfoType<T> type) |
default <T> T |
CubeMetadata.getInfo(CubeInfoType<T> type)
Gets cube information of a specific type.
|
<T> DefaultCubeMetadata |
DefaultCubeMetadata.withInfo(CubeInfoType<T> type,
T value) |
<T> DefaultCubeMetadata |
CubeMetadata.withInfo(CubeInfoType<T> type,
T value)
Returns an instance where the specified additional information has been added.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.