wt.step.processor.expressParser
Class EntityDefinition.AttributesEnumeration

java.lang.Object
  extended bywt.step.processor.expressParser.EntityDefinition.AttributesEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
EntityDefinition

private class EntityDefinition.AttributesEnumeration
extends Object
implements Enumeration


Field Summary
private  Enumeration _namesIterator
           
private  Enumeration _typesIterator
           
 
Constructor Summary
(package private) EntityDefinition.AttributesEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_namesIterator

private Enumeration _namesIterator

_typesIterator

private Enumeration _typesIterator
Constructor Detail

EntityDefinition.AttributesEnumeration

EntityDefinition.AttributesEnumeration()
Method Detail

hasMoreElements

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

nextElement

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