public static final class FunctionRequirements.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
FunctionRequirements.| Modifier and Type | Method and Description |
|---|---|
Class<? extends FunctionRequirements> |
beanType() |
FunctionRequirements.Builder |
builder() |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<ObservableSource> |
observableSource()
The meta-property for the
observableSource property. |
org.joda.beans.MetaProperty<ImmutableSet<Currency>> |
outputCurrencies()
The meta-property for the
outputCurrencies 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) |
org.joda.beans.MetaProperty<ImmutableSet<ObservableId>> |
timeSeriesRequirements()
The meta-property for the
timeSeriesRequirements property. |
org.joda.beans.MetaProperty<ImmutableSet<? extends MarketDataId<?>>> |
valueRequirements()
The meta-property for the
valueRequirements property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic FunctionRequirements.Builder builder()
public Class<? extends FunctionRequirements> beanType()
public org.joda.beans.MetaProperty<ImmutableSet<? extends MarketDataId<?>>> valueRequirements()
valueRequirements property.public org.joda.beans.MetaProperty<ImmutableSet<ObservableId>> timeSeriesRequirements()
timeSeriesRequirements property.public org.joda.beans.MetaProperty<ImmutableSet<Currency>> outputCurrencies()
outputCurrencies property.public org.joda.beans.MetaProperty<ObservableSource> observableSource()
observableSource 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.