org.xfp
Class Filter.OnLoopErrorEnum

java.lang.Object
  extended byorg.apache.commons.lang.enum.Enum
      extended byorg.apache.commons.lang.enum.ValuedEnum
          extended byorg.xfp.Filter.OnLoopErrorEnum
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Enclosing class:
Filter

public static final class Filter.OnLoopErrorEnum
extends org.apache.commons.lang.enum.ValuedEnum

OnLoopError typesafe enumeration.

Author:
Flavio Tordini
See Also:
Serialized Form

Field Summary
static Filter.OnLoopErrorEnum BREAK
          break the loop (similar to the java 'break' keyword)
static int BREAK_VALUE
           
static Filter.OnLoopErrorEnum CONTINUE
          continue with the next iteration (similar to the java 'continue' keyword)
static int CONTINUE_VALUE
           
 
Method Summary
static Filter.OnLoopErrorEnum getEnum(java.lang.String name)
          Gets the enum attribute of the OnLoopErrorEnum class
static java.util.Iterator iterator()
           
 
Methods inherited from class org.apache.commons.lang.enum.ValuedEnum
compareTo, getEnum, getValue, toString
 
Methods inherited from class org.apache.commons.lang.enum.Enum
equals, getEnum, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BREAK_VALUE

public static final int BREAK_VALUE
See Also:
Constant Field Values

CONTINUE_VALUE

public static final int CONTINUE_VALUE
See Also:
Constant Field Values

BREAK

public static final Filter.OnLoopErrorEnum BREAK
break the loop (similar to the java 'break' keyword)


CONTINUE

public static final Filter.OnLoopErrorEnum CONTINUE
continue with the next iteration (similar to the java 'continue' keyword)

Method Detail

getEnum

public static Filter.OnLoopErrorEnum getEnum(java.lang.String name)
Gets the enum attribute of the OnLoopErrorEnum class

Parameters:
name - Description of the Parameter
Returns:
The enum value

iterator

public static java.util.Iterator iterator()


Copyright © 2003-2004 XFP Team. All Rights Reserved.