Style Intelligence v12.0

inetsoft.uql.erm
Interface DataRefWrapper

All Superinterfaces:
Cloneable, Comparable, DataRef, inetsoft.util.DataSerializable, Serializable, inetsoft.util.XMLSerializable
All Known Subinterfaces:
CalcAggregate, CalcGroup, IAggregateRef
All Known Implementing Classes:
AggregateRef, ColumnRef, DateRangeRef, GroupRef, NamedRangeRef, SortRef

public interface DataRefWrapper
extends DataRef

DataRefWrapper wraps a data ref.


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
 DataRef getDataRef()
          Get the contained data ref.
 void setDataRef(DataRef ref)
          Set the wrapped data ref.
 
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

getDataRef

DataRef getDataRef()
Get the contained data ref.


setDataRef

void setDataRef(DataRef ref)
Set the wrapped data ref.


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