org.melati.poem
Class BooleanPossibleRawEnumeration
java.lang.Object
  
org.melati.poem.BooleanPossibleRawEnumeration
- All Implemented Interfaces: 
 - Enumeration<Boolean>
 
public class BooleanPossibleRawEnumeration
- extends Object
- implements Enumeration<Boolean>
  
The possible raw values of a BooleanPoemType.
- Since:
 
  - 18 April 2008
 
- Author:
 
  - timp
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BooleanPossibleRawEnumeration
public BooleanPossibleRawEnumeration()
hasMoreElements
public boolean hasMoreElements()
- 
- Specified by:
 hasMoreElements in interface Enumeration<Boolean>
 
- See Also:
 Enumeration.hasMoreElements()
 
 
nextElement
public Boolean nextElement()
- 
- Specified by:
 nextElement in interface Enumeration<Boolean>
 
- See Also:
 Enumeration.nextElement()
 
 
Copyright © 2000-2010 PanEris. All Rights Reserved.