org.jboss.axis.enums
Class Scope

java.lang.Object
  extended byorg.jboss.axis.enums.Enum (src) 
      extended byorg.jboss.axis.enums.Scope

public class Scope
extends Enum (src)


Nested Class Summary
static class Scope.Type (src)
           
 
Field Summary
static Scope (src) APPLICATION
           
static java.lang.String APPLICATION_STR
           
static Scope (src) DEFAULT
           
static Scope (src) REQUEST
           
static java.lang.String REQUEST_STR
           
static Scope (src) SESSION
           
static java.lang.String SESSION_STR
           
 
Fields inherited from class org.jboss.axis.enums.Enum (src)
name, value
 
Method Summary
static Scope (src) getDefault()
           
static Scope (src) getScope(int scope)
           
static Scope (src) getScope(java.lang.String scope)
           
static Scope (src) getScope(java.lang.String scope, Scope (src)  dephault)
           
static java.lang.String[] getScopes()
           
static boolean isValid(java.lang.String scope)
           
static int size()
           
 
Methods inherited from class org.jboss.axis.enums.Enum (src)
equals, equals, getName, getType, getValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQUEST_STR

public static final java.lang.String REQUEST_STR
See Also:
Constant Field Values (src)

APPLICATION_STR

public static final java.lang.String APPLICATION_STR
See Also:
Constant Field Values (src)

SESSION_STR

public static final java.lang.String SESSION_STR
See Also:
Constant Field Values (src)

REQUEST

public static final Scope (src)  REQUEST

APPLICATION

public static final Scope (src)  APPLICATION

SESSION

public static final Scope (src)  SESSION

DEFAULT

public static final Scope (src)  DEFAULT
Method Detail

getDefault

public static Scope (src)  getDefault()

getScope

public static final Scope (src)  getScope(int scope)

getScope

public static final Scope (src)  getScope(java.lang.String scope)

getScope

public static final Scope (src)  getScope(java.lang.String scope,
                                   Scope (src)  dephault)

isValid

public static final boolean isValid(java.lang.String scope)

size

public static final int size()

getScopes

public static final java.lang.String[] getScopes()