Package com.opengamma.strata.basics.date
Class TenorAdjustment.Meta
- java.lang.Object
- 
- org.joda.beans.impl.direct.DirectMetaBean
- 
- com.opengamma.strata.basics.date.TenorAdjustment.Meta
 
 
- 
- All Implemented Interfaces:
- org.joda.beans.MetaBean
 - Enclosing class:
- TenorAdjustment
 
 public static final class TenorAdjustment.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forTenorAdjustment.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodAdditionConvention>additionConvention()The meta-property for theadditionConventionproperty.org.joda.beans.MetaProperty<BusinessDayAdjustment>adjustment()The meta-property for theadjustmentproperty.Class<? extends TenorAdjustment>beanType()TenorAdjustment.Builderbuilder()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<Tenor>tenor()The meta-property for thetenorproperty.- 
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBeanisBuildable, metaProperty, toString, validate
 
- 
 
- 
- 
- 
Method Detail- 
metaPropertyGetprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName) - Overrides:
- metaPropertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 - 
builderpublic TenorAdjustment.Builder builder() 
 - 
beanTypepublic Class<? extends TenorAdjustment> beanType() 
 - 
tenorpublic org.joda.beans.MetaProperty<Tenor> tenor() The meta-property for thetenorproperty.- Returns:
- the meta-property, not null
 
 - 
additionConventionpublic org.joda.beans.MetaProperty<PeriodAdditionConvention> additionConvention() The meta-property for theadditionConventionproperty.- Returns:
- the meta-property, not null
 
 - 
adjustmentpublic org.joda.beans.MetaProperty<BusinessDayAdjustment> adjustment() The meta-property for theadjustmentproperty.- Returns:
- the meta-property, not null
 
 - 
propertyGetprotected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet) - Overrides:
- propertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 
- 
 
-