Style Intelligence v12.0

inetsoft.uql.erm
Interface CalcGroup

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

public interface CalcGroup
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
 inetsoft.report.internal.binding.OrderInfo getOrderInfo()
          Get the grouping ordering.
 String getSource()
          Get the source.
 String getSourcePrefix()
          Get the prefix.
 int getSourceType()
          Get the type.
 inetsoft.report.internal.binding.TopNInfo getTopN()
          Get the topN definition.
 boolean isDate()
          Check if is date type.
 void setOrderInfo(inetsoft.report.internal.binding.OrderInfo info)
          Set the grouping ordering.
 void setSource(String source)
          Set the source.
 void setSourcePrefix(String prefix)
          Set the prefix.
 void setSourceType(int type)
          Set the type.
 void setTopN(inetsoft.report.internal.binding.TopNInfo topn)
          Set the topN definition.
 
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

getSourceType

int getSourceType()
Get the type.

Returns:
the type of the source info.

setSourceType

void setSourceType(int type)
Set the type.

Parameters:
type - the specified type.

getSourcePrefix

String getSourcePrefix()
Get the prefix.

Returns:
the prefix of the source info.

setSourcePrefix

void setSourcePrefix(String prefix)
Set the prefix.

Parameters:
prefix - the specified prefix.

getSource

String getSource()
Get the source.

Returns:
the source of the source info.

setSource

void setSource(String source)
Set the source.

Parameters:
source - the specified source.

getOrderInfo

inetsoft.report.internal.binding.OrderInfo getOrderInfo()
Get the grouping ordering.


setOrderInfo

void setOrderInfo(inetsoft.report.internal.binding.OrderInfo info)
Set the grouping ordering.


getTopN

inetsoft.report.internal.binding.TopNInfo getTopN()
Get the topN definition.


setTopN

void setTopN(inetsoft.report.internal.binding.TopNInfo topn)
Set the topN definition.


isDate

boolean isDate()
Check if is date type.

Returns:
true if is, false otherwise

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