Class ActionTime
- java.lang.Object
-
- org.apache.directory.api.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
Fields Modifier and Type Field Description static ActionTimeAFTERThe AFTER instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()Returns the name of this action time.inthashCode()StringtoString()
-
-
-
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.
-
-