public static final class ImmutableScenarioMarketData.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
ImmutableScenarioMarketData.| Modifier and Type | Method and Description |
|---|---|
Class<? extends ImmutableScenarioMarketData> |
beanType() |
org.joda.beans.BeanBuilder<? extends ImmutableScenarioMarketData> |
builder() |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
protected Object |
propertyGet(org.joda.beans.Bean bean,
String propertyName,
boolean quiet) |
protected void |
propertySet(org.joda.beans.Bean bean,
String propertyName,
Object newValue,
boolean quiet) |
org.joda.beans.MetaProperty<Integer> |
scenarioCount()
The meta-property for the
scenarioCount property. |
org.joda.beans.MetaProperty<ImmutableMap<ObservableId,LocalDateDoubleTimeSeries>> |
timeSeries()
The meta-property for the
timeSeries property. |
org.joda.beans.MetaProperty<MarketDataBox<LocalDate>> |
valuationDate()
The meta-property for the
valuationDate property. |
org.joda.beans.MetaProperty<ImmutableMap<MarketDataId<?>,MarketDataBox<?>>> |
values()
The meta-property for the
values property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic org.joda.beans.BeanBuilder<? extends ImmutableScenarioMarketData> builder()
public Class<? extends ImmutableScenarioMarketData> beanType()
public org.joda.beans.MetaProperty<Integer> scenarioCount()
scenarioCount property.public org.joda.beans.MetaProperty<MarketDataBox<LocalDate>> valuationDate()
valuationDate property.public org.joda.beans.MetaProperty<ImmutableMap<MarketDataId<?>,MarketDataBox<?>>> values()
values property.public org.joda.beans.MetaProperty<ImmutableMap<ObservableId,LocalDateDoubleTimeSeries>> timeSeries()
timeSeries property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.