Class TradeReport.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.report.trade.TradeReport.Meta
-
- All Implemented Interfaces:
MetaBean
- Enclosing class:
- TradeReport
public static final class TradeReport.Meta extends DirectMetaBean
The meta-bean forTradeReport
.
-
-
Field Summary
-
Fields inherited from class org.joda.beans.impl.direct.DirectMetaBean
TEST_COVERAGE_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends TradeReport>
beanType()
TradeReport.Builder
builder()
MetaProperty<com.google.common.collect.ImmutableList<TradeReportColumn>>
columns()
The meta-property for thecolumns
property.MetaProperty<com.google.common.collect.ImmutableTable<java.lang.Integer,java.lang.Integer,Result<?>>>
data()
The meta-property for thedata
property.protected MetaProperty<?>
metaPropertyGet(java.lang.String propertyName)
java.util.Map<java.lang.String,MetaProperty<?>>
metaPropertyMap()
protected java.lang.Object
propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
protected void
propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
MetaProperty<java.time.Instant>
runInstant()
The meta-property for therunInstant
property.MetaProperty<java.time.LocalDate>
valuationDate()
The meta-property for thevaluationDate
property.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.joda.beans.MetaBean
annotation, annotations, beanName, metaPropertyCount, metaPropertyExists, metaPropertyIterable
-
-
-
-
Method Detail
-
metaPropertyGet
protected MetaProperty<?> metaPropertyGet(java.lang.String propertyName)
- Overrides:
metaPropertyGet
in classDirectMetaBean
-
builder
public TradeReport.Builder builder()
-
beanType
public java.lang.Class<? extends TradeReport> beanType()
-
metaPropertyMap
public java.util.Map<java.lang.String,MetaProperty<?>> metaPropertyMap()
-
valuationDate
public MetaProperty<java.time.LocalDate> valuationDate()
The meta-property for thevaluationDate
property.- Returns:
- the meta-property, not null
-
runInstant
public MetaProperty<java.time.Instant> runInstant()
The meta-property for therunInstant
property.- Returns:
- the meta-property, not null
-
columns
public MetaProperty<com.google.common.collect.ImmutableList<TradeReportColumn>> columns()
The meta-property for thecolumns
property.- Returns:
- the meta-property, not null
-
data
public MetaProperty<com.google.common.collect.ImmutableTable<java.lang.Integer,java.lang.Integer,Result<?>>> data()
The meta-property for thedata
property.- Returns:
- the meta-property, not null
-
propertyGet
protected java.lang.Object propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
- Overrides:
propertyGet
in classDirectMetaBean
-
propertySet
protected void propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
- Overrides:
propertySet
in classDirectMetaBean
-
-