inetsoft.uql.erm
Class ExpressionRef.AttributeEnumeration
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
second
public AttributeRef second
ExpressionRef.AttributeEnumeration
public ExpressionRef.AttributeEnumeration(boolean detailCalc)
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.