Skip navigation links


oracle.iam.platform.entitymgr.vo
Class SearchRule.SearchDepth

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
SearchRule

public static final class SearchRule.SearchDepth
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static SearchRule.SearchDepth OBJECT_SCOPE
           
static SearchRule.SearchDepth ONELEVEL_SCOPE
           
static SearchRule.SearchDepth SUBTREE_SCOPE
           

 

Method Summary
static SearchRule.SearchDepth valueOf(java.lang.String name)
           
static SearchRule.SearchDepth[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

OBJECT_SCOPE

public static final SearchRule.SearchDepth OBJECT_SCOPE

ONELEVEL_SCOPE

public static final SearchRule.SearchDepth ONELEVEL_SCOPE

SUBTREE_SCOPE

public static final SearchRule.SearchDepth SUBTREE_SCOPE

Method Detail

values

public static SearchRule.SearchDepth[] values()

valueOf

public static SearchRule.SearchDepth valueOf(java.lang.String name)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.