public class AttributeModification extends Object
| Constructor and Description |
|---|
AttributeModification()
Default constructor.
|
AttributeModification(AttributeModificationType type,
LdapAttribute attr)
Creates a new attribute modification.
|
| Modifier and Type | Method and Description |
|---|---|
LdapAttribute |
getAttribute()
Returns the ldap attribute.
|
AttributeModificationType |
getAttributeModificationType()
Returns the attribute modification type.
|
void |
setAttribute(LdapAttribute attr)
Sets the ldap attribute.
|
void |
setAttributeModificationType(AttributeModificationType type)
Sets the attribute modification type.
|
String |
toString() |
public AttributeModification()
public AttributeModification(AttributeModificationType type, LdapAttribute attr)
type - attribute modification typeattr - to modifypublic AttributeModificationType getAttributeModificationType()
public void setAttributeModificationType(AttributeModificationType type)
type - attribute modification typepublic LdapAttribute getAttribute()
public void setAttribute(LdapAttribute attr)
attr - ldap attributeCopyright © 2023. All rights reserved.