org.melati.poem
Class BooleanPossibleRawEnumeration

Package class diagram package BooleanPossibleRawEnumeration
java.lang.Object
  extended by 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

Constructor Summary
BooleanPossibleRawEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
          
 Boolean nextElement()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanPossibleRawEnumeration

public BooleanPossibleRawEnumeration()
Method Detail

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.