Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

oracle.adf.controller.metadata.model.beans
Enum ManagedBeanScopeType

java.lang.Object
  extended by java.lang.Enum<ManagedBeanScopeType>
      extended by oracle.adf.controller.metadata.model.beans.ManagedBeanScopeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ManagedBeanScopeType>

public enum ManagedBeanScopeType
extends java.lang.Enum<ManagedBeanScopeType>

A choice of:

.


Enum Constant Summary
application
           
backingBean
           
none
           
pageFlow
           
request
           
session
           
view
           
 
Method Summary
 int getLifespan()
           
static ManagedBeanScopeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ManagedBeanScopeType[] 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

none

public static final ManagedBeanScopeType none

backingBean

public static final ManagedBeanScopeType backingBean

request

public static final ManagedBeanScopeType request

view

public static final ManagedBeanScopeType view

pageFlow

public static final ManagedBeanScopeType pageFlow

session

public static final ManagedBeanScopeType session

application

public static final ManagedBeanScopeType application
Method Detail

values

public static ManagedBeanScopeType[] 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 (ManagedBeanScopeType c : ManagedBeanScopeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ManagedBeanScopeType 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

getLifespan

public int getLifespan()
Returns:
int representing the relative lifespan of this scope.

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

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