Package org.exolab.castor.mapping
Class GeneralizedFieldHandler.GFHConverterEnumeration
java.lang.Object
org.exolab.castor.mapping.GeneralizedFieldHandler.GFHConverterEnumeration
- All Implemented Interfaces:
Enumeration
- Enclosing class:
- GeneralizedFieldHandler
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Enumeration
(package private) GeneralizedFieldHandler
-
Constructor Summary
ConstructorsConstructorDescriptionGFHConverterEnumeration
(GeneralizedFieldHandler handler, Enumeration enumeration) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
_enumeration
Enumeration _enumeration -
_handler
GeneralizedFieldHandler _handler
-
-
Constructor Details
-
GFHConverterEnumeration
GFHConverterEnumeration(GeneralizedFieldHandler handler, Enumeration enumeration)
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-