Uses of Class
edu.internet2.middleware.grouper.rules.RuleIfConditionEnum

Packages that use RuleIfConditionEnum
edu.internet2.middleware.grouper.rules   
 

Uses of RuleIfConditionEnum in edu.internet2.middleware.grouper.rules
 

Methods in edu.internet2.middleware.grouper.rules that return RuleIfConditionEnum
 RuleIfConditionEnum RuleIfCondition.ifConditionEnum()
          convert the type to an enum
static RuleIfConditionEnum RuleIfConditionEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuleIfConditionEnum RuleIfConditionEnum.valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
          do a case-insensitive matching
static RuleIfConditionEnum[] RuleIfConditionEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.