Uses of Class
org.glite.ce.monitorapij.types.Parameter

Packages that use Parameter
org.glite.ce.monitorapij.types   
 

Uses of Parameter in org.glite.ce.monitorapij.types
 

Methods in org.glite.ce.monitorapij.types that return Parameter
 Parameter[] ActionBase.getParameter()
          Gets the parameter value for this ActionBase.
 Parameter ActionBase.getParameter(int i)
           
 

Methods in org.glite.ce.monitorapij.types with parameters of type Parameter
 void ActionBase.setParameter(Parameter[] parameter)
          Sets the parameter value for this ActionBase.
 void ActionBase.setParameter(int i, Parameter _value)
           
 

Constructors in org.glite.ce.monitorapij.types with parameters of type Parameter
ActionBase(boolean doActionWhenQueryIs, Parameter[] parameter)