public static final class ImmutableMarketData.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
ImmutableMarketData.| Modifier and Type | Method and Description |
|---|---|
Class<? extends ImmutableMarketData> |
beanType() |
org.joda.beans.BeanBuilder<? extends ImmutableMarketData> |
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<ImmutableMap<ObservableId,LocalDateDoubleTimeSeries>> |
timeSeries()
The meta-property for the
timeSeries property. |
org.joda.beans.MetaProperty<LocalDate> |
valuationDate()
The meta-property for the
valuationDate property. |
org.joda.beans.MetaProperty<ImmutableMap<MarketDataId<?>,Object>> |
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 ImmutableMarketData> builder()
public Class<? extends ImmutableMarketData> beanType()
public org.joda.beans.MetaProperty<LocalDate> valuationDate()
valuationDate property.public org.joda.beans.MetaProperty<ImmutableMap<MarketDataId<?>,Object>> 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.