Class SimpleSurfaceParameterMetadata.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.surface.SimpleSurfaceParameterMetadata.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- SimpleSurfaceParameterMetadata
public static final class SimpleSurfaceParameterMetadata.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forSimpleSurfaceParameterMetadata
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SimpleSurfaceParameterMetadata>
beanType()
org.joda.beans.BeanBuilder<? extends SimpleSurfaceParameterMetadata>
builder()
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<Double>
xValue()
The meta-property for thexValue
property.org.joda.beans.MetaProperty<ValueType>
xValueType()
The meta-property for thexValueType
property.org.joda.beans.MetaProperty<Double>
yValue()
The meta-property for theyValue
property.org.joda.beans.MetaProperty<ValueType>
yValueType()
The meta-property for theyValueType
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 SimpleSurfaceParameterMetadata> builder()
-
beanType
public Class<? extends SimpleSurfaceParameterMetadata> beanType()
-
xValueType
public org.joda.beans.MetaProperty<ValueType> xValueType()
The meta-property for thexValueType
property.- Returns:
- the meta-property, not null
-
xValue
public org.joda.beans.MetaProperty<Double> xValue()
The meta-property for thexValue
property.- Returns:
- the meta-property, not null
-
yValueType
public org.joda.beans.MetaProperty<ValueType> yValueType()
The meta-property for theyValueType
property.- Returns:
- the meta-property, not null
-
yValue
public org.joda.beans.MetaProperty<Double> yValue()
The meta-property for theyValue
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
-
-