Uses of Class
clarion.system.AbstractRule.SelectionTypes

Packages that use AbstractRule.SelectionTypes
clarion.system   
 

Uses of AbstractRule.SelectionTypes in clarion.system
 

Fields in clarion.system declared as AbstractRule.SelectionTypes
static AbstractRule.SelectionTypes AbstractRule.GLOBAL_SELECTION_TYPE
          The selection type to use for the selection measure of the rule.
 AbstractRule.SelectionTypes AbstractRule.SELECTION_TYPE
          The selection type to use for the selection measure of the rule.
 

Methods in clarion.system that return AbstractRule.SelectionTypes
static AbstractRule.SelectionTypes AbstractRule.SelectionTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractRule.SelectionTypes[] AbstractRule.SelectionTypes.values()
          Returns an array containing the constants of this enum type, in the order they're declared.