Class AddFixedCurve.Meta
- java.lang.Object
 - 
- org.joda.beans.impl.direct.DirectMetaBean
 - 
- com.opengamma.strata.market.curve.AddFixedCurve.Meta
 
 
 
- 
- All Implemented Interfaces:
 org.joda.beans.MetaBean
- Enclosing class:
 - AddFixedCurve
 
public static final class AddFixedCurve.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forAddFixedCurve. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends AddFixedCurve>beanType()org.joda.beans.BeanBuilder<? extends AddFixedCurve>builder()org.joda.beans.MetaProperty<Curve>fixedCurve()The meta-property for thefixedCurveproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()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<Curve>spreadCurve()The meta-property for thespreadCurveproperty.- 
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 AddFixedCurve> builder()
 
- 
beanType
public Class<? extends AddFixedCurve> beanType()
 
- 
fixedCurve
public org.joda.beans.MetaProperty<Curve> fixedCurve()
The meta-property for thefixedCurveproperty.- Returns:
 - the meta-property, not null
 
 
- 
spreadCurve
public org.joda.beans.MetaProperty<Curve> spreadCurve()
The meta-property for thespreadCurveproperty.- 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
 
 - 
 
 -