Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.rules.RuleDecision
-
Packages that use RuleDecision Package Description edu.cornell.mannlib.vitro.webapp.auth.rules -
-
Uses of RuleDecision in edu.cornell.mannlib.vitro.webapp.auth.rules
Methods in edu.cornell.mannlib.vitro.webapp.auth.rules that return RuleDecision Modifier and Type Method Description static RuleDecisionRuleDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleDecision[]RuleDecision. values()Returns an array containing the constants of this enum type, in the order they are declared.
-