com.ibm.wbiserver.brules.mgmt

Interface EnumerationConstraint

All Superinterfaces:
Constraint, java.io.Serializable

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

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

Method Summary

Modifier and Type Method and Description
  1. java.util.List<EnumerationItem>
getEnumerationItems()
Get the list of enumeration items for this enumeration constraint.

Field Detail

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

Method Detail

getEnumerationItems

  1. 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.