| Package | Description |
|---|---|
| org.rhq.enterprise.communications.command.param |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameters.getParameter(String parameterName)
Given the name of a parameter, this will return its associated
Parameter. |
Parameter |
ParametersImpl.getParameter(String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Parameter> |
ParametersImpl.iterator()
The iterator will contain objects of type
Parameter. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParametersImpl.addAll(Collection<? extends Parameter> c)
Adds the elements found in the
c collection. |
| Constructor and Description |
|---|
Parameter(Parameter original)
Copy-constructor for
Parameter. |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.