Uses of Class
edu.internet2.middleware.grouper.audit.AuditTypeBuiltin

Packages that use AuditTypeBuiltin
edu.internet2.middleware.grouper.audit   
 

Uses of AuditTypeBuiltin in edu.internet2.middleware.grouper.audit
 

Methods in edu.internet2.middleware.grouper.audit that return AuditTypeBuiltin
static AuditTypeBuiltin AuditTypeBuiltin.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuditTypeBuiltin AuditTypeBuiltin.valueOfIgnoreCase(java.lang.String category, java.lang.String action, boolean exceptionIfNotFound)
          get the enum based on category and action
static AuditTypeBuiltin[] AuditTypeBuiltin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.