Package com.opengamma.strata.product.etd
Class EtdContractSpec.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.etd.EtdContractSpec.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- EtdContractSpec
public static final class EtdContractSpec.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forEtdContractSpec.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<ImmutableMap<AttributeType<?>,Object>>attributes()The meta-property for theattributesproperty.Class<? extends EtdContractSpec>beanType()org.joda.beans.BeanBuilder<? extends EtdContractSpec>builder()org.joda.beans.MetaProperty<EtdContractCode>contractCode()The meta-property for thecontractCodeproperty.org.joda.beans.MetaProperty<String>description()The meta-property for thedescriptionproperty.org.joda.beans.MetaProperty<ExchangeId>exchangeId()The meta-property for theexchangeIdproperty.org.joda.beans.MetaProperty<EtdContractSpecId>id()The meta-property for theidproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<SecurityPriceInfo>priceInfo()The meta-property for thepriceInfoproperty.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<EtdType>type()The meta-property for thetypeproperty.-
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 EtdContractSpec> builder()
-
beanType
public Class<? extends EtdContractSpec> beanType()
-
id
public org.joda.beans.MetaProperty<EtdContractSpecId> id()
The meta-property for theidproperty.- Returns:
- the meta-property, not null
-
type
public org.joda.beans.MetaProperty<EtdType> type()
The meta-property for thetypeproperty.- Returns:
- the meta-property, not null
-
exchangeId
public org.joda.beans.MetaProperty<ExchangeId> exchangeId()
The meta-property for theexchangeIdproperty.- Returns:
- the meta-property, not null
-
contractCode
public org.joda.beans.MetaProperty<EtdContractCode> contractCode()
The meta-property for thecontractCodeproperty.- Returns:
- the meta-property, not null
-
description
public org.joda.beans.MetaProperty<String> description()
The meta-property for thedescriptionproperty.- Returns:
- the meta-property, not null
-
priceInfo
public org.joda.beans.MetaProperty<SecurityPriceInfo> priceInfo()
The meta-property for thepriceInfoproperty.- Returns:
- the meta-property, not null
-
attributes
public org.joda.beans.MetaProperty<ImmutableMap<AttributeType<?>,Object>> attributes()
The meta-property for theattributesproperty.- 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
-
-