Uses of Enum Class
edu.internet2.middleware.grouper.ldap.LdapModificationType
Packages that use LdapModificationType
-
Uses of LdapModificationType in edu.internet2.middleware.grouper.ldap
Methods in edu.internet2.middleware.grouper.ldap that return LdapModificationTypeModifier and TypeMethodDescriptionLdapModificationItem.getLdapModificationType()
static LdapModificationType
Returns the enum constant of this class with the specified name.static LdapModificationType[]
LdapModificationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.ldap with parameters of type LdapModificationTypeModifier and TypeMethodDescriptionvoid
LdapModificationItem.setLdapModificationType
(LdapModificationType ldapModificationType) Constructors in edu.internet2.middleware.grouper.ldap with parameters of type LdapModificationTypeModifierConstructorDescriptionLdapModificationItem
(LdapModificationType ldapModificationType, LdapAttribute attribute)