Style Intelligence v12.0

inetsoft.uql.erm
Interface CalcAggregate

All Superinterfaces:
Cloneable, Comparable, DataRef, DataRefWrapper, inetsoft.util.DataSerializable, Serializable, inetsoft.util.XMLSerializable
All Known Implementing Classes:
AggregateRef

public interface CalcAggregate
extends DataRefWrapper


Field Summary
 
Fields inherited from interface inetsoft.uql.erm.DataRef
AGG_CALC, CUBE, CUBE_DIMENSION, CUBE_MEASURE, CUBE_MODEL_DIMENSION, CUBE_MODEL_TIME_DIMENSION, CUBE_TIME_DIMENSION, DIMENSION, MEASURE, MODEL, NONE, TIME
 
Method Summary
 String getFormulaName()
          Get the formula.
 int getPercentageType()
          Get the percentage type.
 void setFormulaName(String f)
          Set the formula name to the aggregate ref.
 void setPercentageType(int type)
          Set the percentage type.
 
Methods inherited from interface inetsoft.uql.erm.DataRefWrapper
getDataRef, setDataRef
 
Methods inherited from interface inetsoft.uql.erm.DataRef
addr, clone, equals, getAttribute, getAttributes, getDataType, getDefaultFormula, getEntities, getEntity, getName, getRefType, getTypeNode, isEmpty, isEntityBlank, isExpression, parseData, toView, writeData
 
Methods inherited from interface inetsoft.util.XMLSerializable
parseXML, writeXML
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getFormulaName

String getFormulaName()
Get the formula.

Returns:
the formula name.

setFormulaName

void setFormulaName(String f)
Set the formula name to the aggregate ref.

Parameters:
formula - name the specified formula.

getPercentageType

int getPercentageType()
Get the percentage type.

Returns:
the percentage type

setPercentageType

void setPercentageType(int type)
Set the percentage type.

Parameters:
type - the specified percentage type

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.