| Package | Description |
|---|---|
| org.rhq.enterprise.communications.command.param |
| Modifier and Type | Class and Description |
|---|---|
class |
ParametersImpl
A class holding specific information about a set of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Parameters |
Parameters.getInternalParameters()
Returns a
ParametersImpl collection that consists of this object's
hidden parameters. |
Parameters |
ParametersImpl.getInternalParameters()
The returned object is not a copy - changes made to that collection affect this object's internal collection.
|
Parameters |
Parameters.getPublicParameters()
Returns a
ParametersImpl collection that consists of this object's
non-hidden parameters. |
Parameters |
ParametersImpl.getPublicParameters()
The returned object is not a copy - changes made to that collection affect this object's internal collection.
|
| Constructor and Description |
|---|
ParametersImpl(Parameters original)
Copy-constructor for
ParametersImpl. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.