com.ibm.wbiserver.brules.mgmt
Interface EnumerationConstraint
All Superinterfaces:
Constraint, java.io.Serializable
- public interface EnumerationConstraint
- extends Constraint
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getEnumerationItems()
Get the list of enumeration items for this enumeration constraint.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
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.