com.ibm.wbiserver.brules.mgmt

Interface Constraint

All Superinterfaces:
java.io.Serializable
All known subinterfaces:
EnumerationConstraint, RangeConstraint

  1. public interface Constraint
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also: