Class ImmutableCdsConvention.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.credit.type.ImmutableCdsConvention.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ImmutableCdsConvention
public static final class ImmutableCdsConvention.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forImmutableCdsConvention
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ImmutableCdsConvention>
beanType()
ImmutableCdsConvention.Builder
builder()
org.joda.beans.MetaProperty<BusinessDayAdjustment>
businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.org.joda.beans.MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<BusinessDayAdjustment>
endDateBusinessDayAdjustment()
The meta-property for theendDateBusinessDayAdjustment
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<String>
name()
The meta-property for thename
property.org.joda.beans.MetaProperty<Frequency>
paymentFrequency()
The meta-property for thepaymentFrequency
property.org.joda.beans.MetaProperty<PaymentOnDefault>
paymentOnDefault()
The meta-property for thepaymentOnDefault
property.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<ProtectionStartOfDay>
protectionStart()
The meta-property for theprotectionStart
property.org.joda.beans.MetaProperty<RollConvention>
rollConvention()
The meta-property for therollConvention
property.org.joda.beans.MetaProperty<DaysAdjustment>
settlementDateOffset()
The meta-property for thesettlementDateOffset
property.org.joda.beans.MetaProperty<BusinessDayAdjustment>
startDateBusinessDayAdjustment()
The meta-property for thestartDateBusinessDayAdjustment
property.org.joda.beans.MetaProperty<DaysAdjustment>
stepinDateOffset()
The meta-property for thestepinDateOffset
property.org.joda.beans.MetaProperty<StubConvention>
stubConvention()
The meta-property for thestubConvention
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 ImmutableCdsConvention.Builder builder()
-
beanType
public Class<? extends ImmutableCdsConvention> beanType()
-
name
public org.joda.beans.MetaProperty<String> name()
The meta-property for thename
property.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrency
property.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
paymentFrequency
public org.joda.beans.MetaProperty<Frequency> paymentFrequency()
The meta-property for thepaymentFrequency
property.- Returns:
- the meta-property, not null
-
businessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.- Returns:
- the meta-property, not null
-
startDateBusinessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> startDateBusinessDayAdjustment()
The meta-property for thestartDateBusinessDayAdjustment
property.- Returns:
- the meta-property, not null
-
endDateBusinessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> endDateBusinessDayAdjustment()
The meta-property for theendDateBusinessDayAdjustment
property.- Returns:
- the meta-property, not null
-
stubConvention
public org.joda.beans.MetaProperty<StubConvention> stubConvention()
The meta-property for thestubConvention
property.- Returns:
- the meta-property, not null
-
rollConvention
public org.joda.beans.MetaProperty<RollConvention> rollConvention()
The meta-property for therollConvention
property.- Returns:
- the meta-property, not null
-
paymentOnDefault
public org.joda.beans.MetaProperty<PaymentOnDefault> paymentOnDefault()
The meta-property for thepaymentOnDefault
property.- Returns:
- the meta-property, not null
-
protectionStart
public org.joda.beans.MetaProperty<ProtectionStartOfDay> protectionStart()
The meta-property for theprotectionStart
property.- Returns:
- the meta-property, not null
-
stepinDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> stepinDateOffset()
The meta-property for thestepinDateOffset
property.- Returns:
- the meta-property, not null
-
settlementDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> settlementDateOffset()
The meta-property for thesettlementDateOffset
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
-
-