java.lang.Object | |
↳ | com.microstrategy.web.platform.Parameters |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Parameters() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addParameter(String key, String value)
Adds a key/value pair to this collection.
| ||||||||||
Iterator<Parameter> |
getIterator()
Returns a list of parameters.
| ||||||||||
boolean |
isEmpty()
Whether this collection is empty or not.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a key/value pair to this collection.
key | The key to add. |
---|---|
value | The value of the key. |
Returns a list of parameters.
Parameter
Whether this collection is empty or not.