public final class CalculationTaskCell extends Object implements org.joda.beans.ImmutableBean
Each CalculationTask calculates a result for one or more cells.
This class capture details of each cell.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getColumnIndex()
Gets the column index of the cell in the results grid.
|
Measure |
getMeasure()
Gets the measure to be calculated.
|
ReportingCurrency |
getReportingCurrency()
Gets the reporting currency.
|
int |
getRowIndex()
Gets the row index of the cell in the results grid.
|
int |
hashCode() |
static org.joda.beans.TypedMetaBean<CalculationTaskCell> |
meta()
The meta-bean for
CalculationTaskCell. |
org.joda.beans.TypedMetaBean<CalculationTaskCell> |
metaBean() |
static CalculationTaskCell |
of(int rowIndex,
int columnIndex,
Measure measure,
ReportingCurrency reportingCurrency)
Obtains an instance, specifying the cell indices, measure and reporting currency.
|
String |
toString() |
public static CalculationTaskCell of(int rowIndex, int columnIndex, Measure measure, ReportingCurrency reportingCurrency)
The result will contain no calculation parameters.
rowIndex - the row indexcolumnIndex - the column indexmeasure - the measure to calculatereportingCurrency - the reporting currencypublic static org.joda.beans.TypedMetaBean<CalculationTaskCell> meta()
CalculationTaskCell.public org.joda.beans.TypedMetaBean<CalculationTaskCell> metaBean()
metaBean in interface org.joda.beans.Beanpublic int getRowIndex()
public int getColumnIndex()
public Measure getMeasure()
public ReportingCurrency getReportingCurrency()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.