Style Intelligence v12.0

inetsoft.uql.erm
Interface RangeRef

All Superinterfaces:
Cloneable, Comparable, DataRef, inetsoft.util.DataSerializable, Serializable, inetsoft.util.XMLSerializable
All Known Implementing Classes:
DateRangeRef, NamedRangeRef, NumericRangeRef

public interface RangeRef
extends DataRef

RangeRef holding a reference to an attribute.


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 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.

Returns:
the contained data ref.

setDataRef

void setDataRef(DataRef ref)
Set the data ref.

Parameters:
ref - the specified data ref.

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