Style Intelligence v12.0

inetsoft.uql.erm
Class ExpressionRef.AttributeEnumeration

java.lang.Object
  extended by inetsoft.uql.erm.ExpressionRef.AttributeEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
ExpressionRef

public class ExpressionRef.AttributeEnumeration
extends Object
implements Enumeration

Enumeration of AttributeRef objects built from the field names in the expression string. The list of field names is build as the enumeration is iterated, so it avoids multiple loops to create the enumeration.


Field Summary
 AttributeRef second
           
 
Constructor Summary
ExpressionRef.AttributeEnumeration(boolean detailCalc)
           
 
Method Summary
 Map getExpToColMapping()
          Get expression to column mapping.
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

second

public AttributeRef second
Constructor Detail

ExpressionRef.AttributeEnumeration

public ExpressionRef.AttributeEnumeration(boolean detailCalc)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration

getExpToColMapping

public Map getExpToColMapping()
Get expression to column mapping.


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