com.novell.zos.constraint
Interface EqConstraint

All Superinterfaces:
BinaryConstraint, Constraint, Serializable

public interface EqConstraint
extends BinaryConstraint

Performs a equality constraint operation. Missing arguments will always result in this constraint evaluating to false.
Supported match modes:


Field Summary
 
Fields inherited from interface com.novell.zos.constraint.BinaryConstraint
MATCH_MODE_EXACT, MATCH_MODE_GLOB, MATCH_MODE_REGEXP
 
Fields inherited from interface com.novell.zos.constraint.Constraint
TYPE_ACCEPT, TYPE_ALLOCATION, TYPE_CONTINUE, TYPE_DEFAULT, TYPE_PROVISION, TYPE_REPOSITORY, TYPE_RESOURCE, TYPE_START, TYPE_VMHOST, TYPES
 
Method Summary
 
Methods inherited from interface com.novell.zos.constraint.BinaryConstraint
getFactName, getFactValue, getMatchMode, getValue, setFactName, setFactValue, setMatchMode, setValue
 
Methods inherited from interface com.novell.zos.constraint.Constraint
getReason, setReason, toString, toXmlDocument, validate
 



Copyright 2008 Novell, Inc. All Rights Reserved.