|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.types.ParameterBase
org.glite.ce.monitorapij.types.Parameter
This class is used by _Action
class to to keep trace of a single parameter
which must be analyzed while performing an action or a notification.
Constructor Summary | |
Parameter()
Create a new _Parameter object without name and a value. |
|
Parameter(java.lang.String name,
java.lang.String value)
Creates a new _Parameter object specifying a name and a value. |
Methods inherited from class org.glite.ce.monitorapij.types.ParameterBase |
equals, getDeserializer, getName, getSerializer, getTypeDesc, getValue, hashCode, setName, setValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Parameter()
public Parameter(java.lang.String name, java.lang.String value)
name
- The name of this parameter.value
- The associated value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |