com.novell.zos.constraint
Interface ContainsConstraint
- All Superinterfaces:
- BinaryConstraint, Constraint, Serializable
public interface ContainsConstraint
- extends BinaryConstraint
Performs a simple set operation that returns true is the right side of the
operation is found in the value set of the left side.
Supported match modes:
Fields inherited from interface com.novell.zos.constraint.Constraint |
TYPE_ACCEPT, TYPE_ALLOCATION, TYPE_CONTINUE, TYPE_DEFAULT, TYPE_HEALTH, TYPE_PROVISION, TYPE_REPOSITORY, TYPE_RESET, TYPE_RESOURCE, TYPE_START, TYPE_TRIGGER, TYPE_VMHOST, TYPES |
setRhsAndMatchMode
void setRhsAndMatchMode(boolean mode)
- Set to true to combine RHS array with AND operation.
Set to false to combine RHS array with OR operation.
getRhsAndMatchMode
boolean getRhsAndMatchMode()
- Returns:
- true if RHS arrays are combined with AND operation else
false if combined with OR operation.
Copyright (c) 2009 Novell, Inc. All rights reserved.