Skip navigation links


oracle.iam.configservice.api
Class Constants.Cache

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

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

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

Field Summary
static Constants.Cache ADVANCED_SEARCH_ATTRIBUTES
           
static Constants.Cache ATTRIBUTES
           
static Constants.Cache CACHE_CATEGORY
           
static Constants.Cache CATEGORIES
           
static Constants.Cache DERIVED_ATTRIBUTES
           
static Constants.Cache ENTITY_KEY
           
static Constants.Cache LOV_CODES
           
static Constants.Cache SEARCH_RESULTS_TABLE_ATTRIBUTES
           
static Constants.Cache SEARCHABLE_ATTRIBUTES
           
static Constants.Cache SIMPLE_SEARCH_ATTRIBUTES
           

 

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

CACHE_CATEGORY

public static final Constants.Cache CACHE_CATEGORY

ATTRIBUTES

public static final Constants.Cache ATTRIBUTES

CATEGORIES

public static final Constants.Cache CATEGORIES

SEARCHABLE_ATTRIBUTES

public static final Constants.Cache SEARCHABLE_ATTRIBUTES

SIMPLE_SEARCH_ATTRIBUTES

public static final Constants.Cache SIMPLE_SEARCH_ATTRIBUTES

ADVANCED_SEARCH_ATTRIBUTES

public static final Constants.Cache ADVANCED_SEARCH_ATTRIBUTES

SEARCH_RESULTS_TABLE_ATTRIBUTES

public static final Constants.Cache SEARCH_RESULTS_TABLE_ATTRIBUTES

LOV_CODES

public static final Constants.Cache LOV_CODES

ENTITY_KEY

public static final Constants.Cache ENTITY_KEY

DERIVED_ATTRIBUTES

public static final Constants.Cache DERIVED_ATTRIBUTES

Method Detail

values

public static Constants.Cache[] values()

valueOf

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

getValue

public java.lang.String getValue()

Skip navigation links


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