T - the typepublic static final class PerturbationMapping.Meta<T>
extends org.joda.beans.impl.direct.DirectMetaBean
PerturbationMapping.| Modifier and Type | Method and Description |
|---|---|
Class<? extends PerturbationMapping<T>> |
beanType() |
PerturbationMapping.Builder<T> |
builder() |
org.joda.beans.MetaProperty<MarketDataFilter<? extends T,?>> |
filter()
The meta-property for the
filter property. |
org.joda.beans.MetaProperty<Class<T>> |
marketDataType()
The meta-property for the
marketDataType property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<ScenarioPerturbation<T>> |
perturbation()
The meta-property for the
perturbation property. |
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) |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic PerturbationMapping.Builder<T> builder()
public Class<? extends PerturbationMapping<T>> beanType()
public org.joda.beans.MetaProperty<Class<T>> marketDataType()
marketDataType property.public org.joda.beans.MetaProperty<MarketDataFilter<? extends T,?>> filter()
filter property.public org.joda.beans.MetaProperty<ScenarioPerturbation<T>> perturbation()
perturbation 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.