com.novell.zos.jdl
Class OrConstraint

java.lang.Object
  extended by com.novell.zos.jdl.Constraint
      extended by com.novell.zos.jdl.ContainerConstraint
          extended by com.novell.zos.jdl.OrConstraint

public class OrConstraint
extends ContainerConstraint

Representation of Or Constraint Object. Perform a logical or-ing operation of all the child constraints. This is a no-op if this constraint contains no children. Constraints are added to this constraint using add().


Constructor Summary
OrConstraint()
           
 
Method Summary
 
Methods inherited from class com.novell.zos.jdl.ContainerConstraint
add
 
Methods inherited from class com.novell.zos.jdl.Constraint
getFact, getFactValue, getReason, getValue, setFact, setFactValue, setReason, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrConstraint

public OrConstraint()


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