org.apache.directory.shared.ldap.trigger
Class ActionTime

java.lang.Object
  extended by org.apache.directory.shared.ldap.trigger.ActionTime

public final class ActionTime
extends Object

An enumeration that represents action times for an LDAP trigger specification.

Author:
Apache Directory Project

Field Summary
static ActionTime AFTER
          The AFTER instance.
 
Method Summary
 boolean equals(Object obj)
          
 String getName()
          Returns the name of this action time.
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AFTER

public static final ActionTime AFTER
The AFTER instance.

Method Detail

getName

public String getName()
Returns the name of this action time.

Returns:
the name of this action time.

toString

public String toString()

Overrides:
toString in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.