Uses of Interface
org.apache.pluto.om.common.Parameter

Packages that use Parameter
org.apache.pluto.om.common   
 

Uses of Parameter in org.apache.pluto.om.common
 

Methods in org.apache.pluto.om.common that return Parameter
 Parameter ParameterSetCtrl.add(java.lang.String name, java.lang.String value)
          Creates a new parameter and adds it to the set
 Parameter ParameterSet.get(java.lang.String name)
          Returns the parameter object of the given name The return value may be NULL.
 Parameter ParameterSetCtrl.remove(java.lang.String name)
          Removes the parameter with the given name from the set
 

Methods in org.apache.pluto.om.common with parameters of type Parameter
 void ParameterSetCtrl.remove(Parameter parameter)
          Removes the given parameter from the set
 



Copyright © 2003-2010 . All Rights Reserved.