Uses of Class
org.rhq.enterprise.communications.command.param.Parameter

Packages that use Parameter
org.rhq.enterprise.communications.command.param   
 

Uses of Parameter in org.rhq.enterprise.communications.command.param
 

Methods in org.rhq.enterprise.communications.command.param that return Parameter
 Parameter Parameters.getParameter(String parameterName)
          Given the name of a parameter, this will return its associated Parameter.
 Parameter ParametersImpl.getParameter(String parameterName)
           
 

Methods in org.rhq.enterprise.communications.command.param that return types with arguments of type Parameter
 Iterator<Parameter> ParametersImpl.iterator()
          The iterator will contain objects of type Parameter.
 

Methods in org.rhq.enterprise.communications.command.param with parameters of type Parameter
 boolean ParametersImpl.add(Parameter parameter)
           
 boolean Parameters.contains(Parameter parameter)
          Checks to see if this parameter exists by specifying the parameter - only the name is used when checking.
 boolean ParametersImpl.contains(Parameter parameter)
           
 boolean Parameters.remove(Parameter parameter)
          Removes the parameter whose name is the same as the name in the given parameter.
 boolean ParametersImpl.remove(Parameter parameter)
          Removes the parameter whose name is the same as the name in the given parameter.
 

Method parameters in org.rhq.enterprise.communications.command.param with type arguments of type Parameter
 boolean ParametersImpl.addAll(Collection<? extends Parameter> c)
          Adds the elements found in the c collection.
 

Constructors in org.rhq.enterprise.communications.command.param with parameters of type Parameter
Parameter(Parameter original)
          Copy-constructor for Parameter.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.