com.ibm.wbiserver.brules.mgmt
Interface Constraint
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- EnumerationConstraint, RangeConstraint
public interface Constraint
- extends java.io.Serializable
This is the base interface for all parameter value constraints. A constraint is used
to specify what values are valid for a given parameter. For example, a numeric parameter
may be constrained to be within the range 0 to 100.
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values