Uses of Enum Class
edu.internet2.middleware.grouper.rules.RuleCheckType
-
Uses of RuleCheckType in edu.internet2.middleware.grouper.rules
Modifier and TypeMethodDescriptionRuleCheck.checkTypeEnum()
convert the type to an enumstatic RuleCheckType
Returns the enum constant of this class with the specified name.static RuleCheckType
RuleCheckType.valueOfIgnoreCase
(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic RuleCheckType[]
RuleCheckType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
RuleEngine.fireRule
(RuleCheckType ruleCheckType, RulesBean rulesBean) find rules and fire them