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

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

public class SearchScope
extends java.lang.Object

An enumeration that represents LDAP search scopes.

Version:
$Rev:$, $Date:$
Author:
Apache Directory Project

Field Summary
static SearchScope BASE
           
static SearchScope ONE
           
static SearchScope SUBTREE
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BASE

public static final SearchScope BASE

ONE

public static final SearchScope ONE

SUBTREE

public static final SearchScope SUBTREE
Method Detail

getName

public java.lang.String getName()

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-2009 Apache Software Foundation. All Rights Reserved.