oracle.panama.rt
Class AttributeCategory

java.lang.Object
  |
  +--oracle.panama.rt.AttributeCategory

public class AttributeCategory
extends java.lang.Object

This AttributeCategory represents the Parameters, Runtime, or Contexts categories of the attributes in the Request.

Since:
Oracle9i Application Server Wireless Edition

Field Summary
TypeField
static AttributeCategory CONTEXTS
          The attribute category for adapter contexts
static AttributeCategory PARAMETERS
          The attribute category for URL parameters
static AttributeCategory RUNTIME
          The attribute category for runtime contexts
 
Method Summary
TypeMethod
 AttributeCategory[] getAllCategories()
           
static AttributeCategory getInstance()
           
 java.lang.String toString()
          Get the name of the category.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PARAMETERS

public static final AttributeCategory PARAMETERS
The attribute category for URL parameters

RUNTIME

public static final AttributeCategory RUNTIME
The attribute category for runtime contexts

CONTEXTS

public static final AttributeCategory CONTEXTS
The attribute category for adapter contexts
Method Detail

getInstance

public static AttributeCategory getInstance()

toString

public java.lang.String toString()
Get the name of the category.
Overrides:
toString in class java.lang.Object
Returns:
the value as a String.

getAllCategories

public AttributeCategory[] getAllCategories()