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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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()