com.novell.zos.constraint
Interface GtConstraint

All Superinterfaces:
BinaryConstraint, Constraint, Serializable

public interface GtConstraint
extends BinaryConstraint

Performs a 'greater than' constraint operation. Missing arguments will always result in this constraint evaluating to false. The standard lexographical ordering of values is used to determine result.
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.