Class ImmutableSwapIndex.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.ImmutableSwapIndex.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ImmutableSwapIndex
public static final class ImmutableSwapIndex.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forImmutableSwapIndex
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<Boolean>
active()
The meta-property for theactive
property.Class<? extends ImmutableSwapIndex>
beanType()
ImmutableSwapIndex.Builder
builder()
org.joda.beans.MetaProperty<LocalTime>
fixingTime()
The meta-property for thefixingTime
property.org.joda.beans.MetaProperty<ZoneId>
fixingZone()
The meta-property for thefixingZone
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.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<FixedFloatSwapTemplate>
template()
The meta-property for thetemplate
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 ImmutableSwapIndex.Builder builder()
-
beanType
public Class<? extends ImmutableSwapIndex> beanType()
-
name
public org.joda.beans.MetaProperty<String> name()
The meta-property for thename
property.- Returns:
- the meta-property, not null
-
active
public org.joda.beans.MetaProperty<Boolean> active()
The meta-property for theactive
property.- Returns:
- the meta-property, not null
-
fixingTime
public org.joda.beans.MetaProperty<LocalTime> fixingTime()
The meta-property for thefixingTime
property.- Returns:
- the meta-property, not null
-
fixingZone
public org.joda.beans.MetaProperty<ZoneId> fixingZone()
The meta-property for thefixingZone
property.- Returns:
- the meta-property, not null
-
template
public org.joda.beans.MetaProperty<FixedFloatSwapTemplate> template()
The meta-property for thetemplate
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
-
-