public class Parameters extends Object implements IParameters
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
parameters |
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsParameter(String name)
Returns whether a parameter is set in this parameters.
|
Object |
getParameter(String name) |
void |
setParameter(String name,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asParameters, emptyParameters
public Object getParameter(String name)
getParameter
in interface IParameters
public boolean containsParameter(String name)
IParameters
This is useful to differ a null
value parameter from a non-existing parameter.
containsParameter
in interface IParameters
name
- the parameter name.true
if the parameter is set, false
otherwise.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.