Skip navigation links


oracle.iam.configservice.api
Class Constants.SearchResultType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.configservice.api.Constants.SearchResultType

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

public static final class Constants.SearchResultType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static Constants.SearchResultType FULL_SEARCH_RESULT
           
static Constants.SearchResultType SIMPLE_SEARCH_RESULT
           

 

Method Summary
static Constants.SearchResultType valueOf(java.lang.String name)
           
static Constants.SearchResultType[] 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

SIMPLE_SEARCH_RESULT

public static final Constants.SearchResultType SIMPLE_SEARCH_RESULT

FULL_SEARCH_RESULT

public static final Constants.SearchResultType FULL_SEARCH_RESULT

Method Detail

values

public static Constants.SearchResultType[] values()

valueOf

public static Constants.SearchResultType valueOf(java.lang.String name)

Skip navigation links


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