org.jboss.axis.enums
Class Scope
java.lang.Object
org.jboss.axis.enums.Enum (src)
org.jboss.axis.enums.Scope
- public class Scope
- extends Enum (src)
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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()