Method Summary |
|
public void | deleteCalculated() |
public void | deleteExternalCalculated() |
public java.lang.String | getAggregateFunction() Method getAggregateFunctionReturns the value of field
'aggregateFunction'. |
public com.calipso.reportgenerator.reportdefinitions.types.CalculationType | getAggregateType() Method getAggregateTypeReturns the value of field
'aggregateType'. |
public boolean | getCalculated() Method getCalculatedReturns the value of field 'calculated'. |
public java.lang.String | getDescription() Method getDescriptionReturns the value of field
'description'. |
public boolean | getExternalCalculated() Method getExternalCalculatedReturns the value of field
'externalCalculated'. |
public java.lang.String | getExternalData() Method getExternalDataReturns the value of field
'externalData'. |
public java.lang.String | getGroupFooterFunction() Method getGroupFooterFunctionReturns the value of field
'groupFooterFunction'. |
public com.calipso.reportgenerator.reportdefinitions.types.CalculationType | getGroupFooterType() Method getGroupFooterTypeReturns the value of field
'groupFooterType'. |
public java.lang.String | getName() Method getNameReturns the value of field 'name'. |
public boolean | hasCalculated() |
public boolean | hasExternalCalculated() |
public boolean | isValid() |
public void | marshal(java.io.Writer out) |
public void | marshal(org.xml.sax.ContentHandler handler) |
public void | setAggregateFunction(java.lang.String aggregateFunction) Method setAggregateFunctionSets the value of field
'aggregateFunction'. |
public void | setAggregateType(com.calipso.reportgenerator.reportdefinitions.types.CalculationType aggregateType) Method setAggregateTypeSets the value of field
'aggregateType'. |
public void | setCalculated(boolean calculated) Method setCalculatedSets the value of field 'calculated'. |
public void | setDescription(java.lang.String description) Method setDescriptionSets the value of field 'description'. |
public void | setExternalCalculated(boolean externalCalculated) Method setExternalCalculatedSets the value of field
'externalCalculated'. |
public void | setExternalData(java.lang.String externalData) Method setExternalDataSets the value of field
'externalData'. |
public void | setGroupFooterFunction(java.lang.String groupFooterFunction) Method setGroupFooterFunctionSets the value of field
'groupFooterFunction'. |
public void | setGroupFooterType(com.calipso.reportgenerator.reportdefinitions.types.CalculationType groupFooterType) Method setGroupFooterTypeSets the value of field
'groupFooterType'. |
public void | setName(java.lang.String name) Method setNameSets the value of field 'name'. |
public static com.calipso.reportgenerator.reportdefinitions.MetricSourceDefinition | unmarshal(java.io.Reader reader) |
public void | validate() |