WebObjects 5.4.2

com.webobjects.appserver
Class WOComponentVariable.WOComponentVariableScope

java.lang.Object
  extended by java.lang.Enum
      extended by com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
WOComponentVariable

public static final class WOComponentVariable.WOComponentVariableScope
extends Enum

See Also:
Serialized Form

Field Summary
static WOComponentVariable.WOComponentVariableScope COMPONENT
           
static WOComponentVariable.WOComponentVariableScope PAGE
           
static WOComponentVariable.WOComponentVariableScope REQUEST
           
static WOComponentVariable.WOComponentVariableScope SESSION
           
 
Method Summary
static WOComponentVariable.WOComponentVariableScope valueOf(String name)
           
static WOComponentVariable.WOComponentVariableScope[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SESSION

public static final WOComponentVariable.WOComponentVariableScope SESSION

REQUEST

public static final WOComponentVariable.WOComponentVariableScope REQUEST

PAGE

public static final WOComponentVariable.WOComponentVariableScope PAGE

COMPONENT

public static final WOComponentVariable.WOComponentVariableScope COMPONENT
Method Detail

values

public static final WOComponentVariable.WOComponentVariableScope[] values()

valueOf

public static WOComponentVariable.WOComponentVariableScope valueOf(String name)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.