public final enum

SearchScope

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.module.ldap.SearchScope

Summary

Enum Values
SearchScope  OBJECT  Object  
SearchScope  ONE_LEVEL  One Level  
SearchScope  SUB_TREE  Sub Tree  
Fields
private int value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
int getValue()
static SearchScope valueOf(String name)
final static SearchScope[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SearchScope OBJECT

Object

public static final SearchScope ONE_LEVEL

One Level

public static final SearchScope SUB_TREE

Sub Tree

Fields

private int value

Public Methods

public int getValue ()

public static SearchScope valueOf (String name)

Parameters
name

public static final SearchScope[] values ()