Package com.opengamma.strata.report
Class ReportCalculationResults.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.report.ReportCalculationResults.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ReportCalculationResults
public static final class ReportCalculationResults.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forReportCalculationResults
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ReportCalculationResults>
beanType()
org.joda.beans.BeanBuilder<? extends ReportCalculationResults>
builder()
org.joda.beans.MetaProperty<CalculationFunctions>
calculationFunctions()
The meta-property for thecalculationFunctions
property.org.joda.beans.MetaProperty<Results>
calculationResults()
The meta-property for thecalculationResults
property.org.joda.beans.MetaProperty<List<Column>>
columns()
The meta-property for thecolumns
property.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<ReferenceData>
referenceData()
The meta-property for thereferenceData
property.org.joda.beans.MetaProperty<List<CalculationTarget>>
targets()
The meta-property for thetargets
property.org.joda.beans.MetaProperty<LocalDate>
valuationDate()
The meta-property for thevaluationDate
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 ReportCalculationResults> builder()
-
beanType
public Class<? extends ReportCalculationResults> beanType()
-
valuationDate
public org.joda.beans.MetaProperty<LocalDate> valuationDate()
The meta-property for thevaluationDate
property.- Returns:
- the meta-property, not null
-
targets
public org.joda.beans.MetaProperty<List<CalculationTarget>> targets()
The meta-property for thetargets
property.- Returns:
- the meta-property, not null
-
columns
public org.joda.beans.MetaProperty<List<Column>> columns()
The meta-property for thecolumns
property.- Returns:
- the meta-property, not null
-
calculationResults
public org.joda.beans.MetaProperty<Results> calculationResults()
The meta-property for thecalculationResults
property.- Returns:
- the meta-property, not null
-
calculationFunctions
public org.joda.beans.MetaProperty<CalculationFunctions> calculationFunctions()
The meta-property for thecalculationFunctions
property.- Returns:
- the meta-property, not null
-
referenceData
public org.joda.beans.MetaProperty<ReferenceData> referenceData()
The meta-property for thereferenceData
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
-
-