Package com.opengamma.strata.calc
Class CalculationRules.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.calc.CalculationRules.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- CalculationRules
public static final class CalculationRules.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forCalculationRules.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends CalculationRules>beanType()org.joda.beans.BeanBuilder<? extends CalculationRules>builder()org.joda.beans.MetaProperty<CalculationFunctions>functions()The meta-property for thefunctionsproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<CalculationParameters>parameters()The meta-property for theparametersproperty.protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<ReportingCurrency>reportingCurrency()The meta-property for thereportingCurrencyproperty.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public org.joda.beans.BeanBuilder<? extends CalculationRules> builder()
-
beanType
public Class<? extends CalculationRules> beanType()
-
functions
public org.joda.beans.MetaProperty<CalculationFunctions> functions()
The meta-property for thefunctionsproperty.- Returns:
- the meta-property, not null
-
reportingCurrency
public org.joda.beans.MetaProperty<ReportingCurrency> reportingCurrency()
The meta-property for thereportingCurrencyproperty.- Returns:
- the meta-property, not null
-
parameters
public org.joda.beans.MetaProperty<CalculationParameters> parameters()
The meta-property for theparametersproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-