Class YearMonthDateParameterMetadata.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.param.YearMonthDateParameterMetadata.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- YearMonthDateParameterMetadata
public static final class YearMonthDateParameterMetadata.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forYearMonthDateParameterMetadata
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends YearMonthDateParameterMetadata>
beanType()
org.joda.beans.BeanBuilder<? extends YearMonthDateParameterMetadata>
builder()
org.joda.beans.MetaProperty<LocalDate>
date()
The meta-property for thedate
property.org.joda.beans.MetaProperty<String>
label()
The meta-property for thelabel
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
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<YearMonth>
yearMonth()
The meta-property for theyearMonth
property.-
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:
metaPropertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public org.joda.beans.BeanBuilder<? extends YearMonthDateParameterMetadata> builder()
-
beanType
public Class<? extends YearMonthDateParameterMetadata> beanType()
-
date
public org.joda.beans.MetaProperty<LocalDate> date()
The meta-property for thedate
property.- Returns:
- the meta-property, not null
-
yearMonth
public org.joda.beans.MetaProperty<YearMonth> yearMonth()
The meta-property for theyearMonth
property.- Returns:
- the meta-property, not null
-
label
public org.joda.beans.MetaProperty<String> label()
The meta-property for thelabel
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-