com.ibm.wbiserver.brules.mgmt
Interface EnumerationConstraint
- All Superinterfaces:
- Constraint, java.io.Serializable
public interface EnumerationConstraint
- extends Constraint
This interface represents an enumeration constraint. This is a list of discrete values that are
the only valid values for a particular parameter.
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getEnumerationItems
java.util.List<EnumerationItem> getEnumerationItems()
- Get the list of enumeration items for this enumeration constraint. Each enumeration item
defines one value that is valid for the parameter. Together, the list of enumeration
items defines all valid values.
- Returns:
- A
List
of EnumerationItems
for this enumeration constraint.
The returned List
is unmodifiable.