org.apache.directory.shared.ldap.trigger
Class LdapOperation
java.lang.Object
org.apache.directory.shared.ldap.trigger.LdapOperation
public class LdapOperation
- extends java.lang.Object
An enumeration that represents change inducing LDAP operations.
- Version:
- $Rev:$, $Date:$
- Author:
- Apache Directory Project
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Returns the name of this LDAP operation. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MODIFY
public static final LdapOperation MODIFY
ADD
public static final LdapOperation ADD
DELETE
public static final LdapOperation DELETE
MODIFYDN
public static final LdapOperation MODIFYDN
MODIFYDN_RENAME
public static final LdapOperation MODIFYDN_RENAME
MODIFYDN_EXPORT
public static final LdapOperation MODIFYDN_EXPORT
MODIFYDN_IMPORT
public static final LdapOperation MODIFYDN_IMPORT
getName
public java.lang.String getName()
- Returns the name of this LDAP operation.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- Returns:
- the instance's hash code
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.