public class ContextElement
extends java.lang.Object
ContextElement is an object used to represent a named value
that is used in a ContextHandler.| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Gets the name of the
ContextElement. |
java.lang.Object |
getValue() |
Gets the value of the
ContextElement. |
void |
setValue(java.lang.Object value) |
Sets the value of the
ContextElement. |
public java.lang.String getName()
ContextElement.ContextElement, represented as a String.public java.lang.Object getValue()
ContextElement.Object that contains the value of the ContextElement.
The caller is responsible for knowing the data type
of the value.setValue(java.lang.Object)public void setValue(java.lang.Object value)
ContextElement.value - an Object that contains the value of the
ContextElement.getValue()