Uses of Class
edu.internet2.middleware.grouper.attr.AttributeDefAssignableTo

Packages that use AttributeDefAssignableTo
edu.internet2.middleware.grouper.attr   
 

Uses of AttributeDefAssignableTo in edu.internet2.middleware.grouper.attr
 

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