Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.9.1)

E67677-01


oracle.adf.share.mds
Enum ADFSessionOptions.Mode

java.lang.Object
  extended by java.lang.Enum<ADFSessionOptions.Mode>
      extended by oracle.adf.share.mds.ADFSessionOptions.Mode

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ADFSessionOptions.Mode>
Enclosing class:
ADFSessionOptions

public static enum ADFSessionOptions.Mode
extends java.lang.Enum<ADFSessionOptions.Mode>

Certain methods are prohibited in ADFSessionOptions based on the the current Mode.


Enum Constant Summary
EDIT
          Restricts changes to the CustomizationClass List.
PREVIEW
          Allows changes to the CustomizationClass list.

 

Method Summary
static ADFSessionOptions.Mode valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ADFSessionOptions.Mode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

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

 

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

 

Enum Constant Detail

EDIT

public static final ADFSessionOptions.Mode EDIT
Restricts changes to the CustomizationClass List. The following methods will throw if they are called within this mode: - trimCustClassListTo - resetCustClassList

PREVIEW

public static final ADFSessionOptions.Mode PREVIEW
Allows changes to the CustomizationClass list. The CustomizationClass List will be reset when transitioning to this Mode while a Sandbox is set in ADFSessionOptions.

Method Detail

values

public static ADFSessionOptions.Mode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ADFSessionOptions.Mode c : ADFSessionOptions.Mode.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ADFSessionOptions.Mode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.9.1)

E67677-01


Copyright © 1997, 2016, Oracle. All rights reserved.