Style Intelligence v12.0

inetsoft.uql.erm
Interface CompositeDataRef

All Superinterfaces:
Cloneable, Comparable, DataRef, inetsoft.util.DataSerializable, Serializable, inetsoft.util.XMLSerializable

public interface CompositeDataRef
extends DataRef

CompositeDataRef contains sub DataRefs.


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 getAttribute(int index)
          Get the attribute at an index.
 int getAttributeCount()
          Get the attribute count.
 int indexOfAttribute(DataRef attr)
          Get the index of an attribute.
 
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

getAttributeCount

int getAttributeCount()
Get the attribute count.

Returns:
the contained attribute count.

getAttribute

DataRef getAttribute(int index)
Get the attribute at an index.

Parameters:
index - the specified index.
Returns:
the attribute at the index.

indexOfAttribute

int indexOfAttribute(DataRef attr)
Get the index of an attribute.

Parameters:
attr - the specified attribute.
Returns:
the index of the attribute.

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