Uses of Class
edu.internet2.middleware.grouper.hooks.logic.GrouperHookType

Packages that use GrouperHookType
edu.internet2.middleware.grouper.hooks.logic This package contains misc logic classes that make hooks work 
 

Uses of GrouperHookType in edu.internet2.middleware.grouper.hooks.logic
 

Methods in edu.internet2.middleware.grouper.hooks.logic that return GrouperHookType
static GrouperHookType GrouperHookType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GrouperHookType[] GrouperHookType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.