Package com.opengamma.strata.basics.date
Class AdjustableDates.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.basics.date.AdjustableDates.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- AdjustableDates
public static final class AdjustableDates.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forAdjustableDates.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<BusinessDayAdjustment>adjustment()The meta-property for theadjustmentproperty.Class<? extends AdjustableDates>beanType()org.joda.beans.BeanBuilder<? extends AdjustableDates>builder()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<ImmutableList<LocalDate>>unadjusted()The meta-property for theunadjustedproperty.-
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 AdjustableDates> builder()
-
beanType
public Class<? extends AdjustableDates> beanType()
-
unadjusted
public org.joda.beans.MetaProperty<ImmutableList<LocalDate>> unadjusted()
The meta-property for theunadjustedproperty.- Returns:
- the meta-property, not null
-
adjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> adjustment()
The meta-property for theadjustmentproperty.- 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
-
-