wt.step.processor.expressParser
Class EntityDefinition.AttributesEnumeration
java.lang.Object
wt.step.processor.expressParser.EntityDefinition.AttributesEnumeration
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- EntityDefinition
- private class EntityDefinition.AttributesEnumeration
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_namesIterator
private Enumeration _namesIterator
_typesIterator
private Enumeration _typesIterator
EntityDefinition.AttributesEnumeration
EntityDefinition.AttributesEnumeration()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration