com.novell.zos.constraint
Class ForEachIdConstraint.ForEachIdMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.novell.zos.constraint.ForEachIdConstraint.ForEachIdMode
All Implemented Interfaces:
Serializable, Comparable
Enclosing interface:
ForEachIdConstraint

public static final class ForEachIdConstraint.ForEachIdMode
extends Enum

See Also:
Serialized Form

Field Summary
static ForEachIdConstraint.ForEachIdMode AND
           
static ForEachIdConstraint.ForEachIdMode OR
           
 
Method Summary
static ForEachIdConstraint.ForEachIdMode valueOf(String name)
           
static ForEachIdConstraint.ForEachIdMode[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final ForEachIdConstraint.ForEachIdMode AND

OR

public static final ForEachIdConstraint.ForEachIdMode OR
Method Detail

values

public static ForEachIdConstraint.ForEachIdMode[] values()

valueOf

public static ForEachIdConstraint.ForEachIdMode valueOf(String name)


Copyright (c) 2011 Novell, Inc. All rights reserved.