public class GlobalParameterSet extends Object
Constructor and Description |
---|
GlobalParameterSet()
Create an empty parameter set
|
GlobalParameterSet(GlobalParameterSet existing)
Create a parameter set as a copy of an existing parameter set
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear all values
|
Object |
get(StructuredQName qName)
Get a parameter
|
Collection<StructuredQName> |
getKeys()
Get all the keys that have been allocated
|
int |
getNumberOfKeys()
Get the number of entries in the result of getKeys() that are significant
|
void |
put(StructuredQName qName,
Object value)
Add a parameter to the ParameterSet
|
public GlobalParameterSet()
public GlobalParameterSet(GlobalParameterSet existing)
existing
- the parameter set to be copiedpublic void put(StructuredQName qName, Object value)
qName
- The fingerprint of the parameter name.value
- The value of the parameter, or null if the parameter is to be removedpublic Object get(StructuredQName qName)
qName
- The parameter name.public void clear()
public Collection<StructuredQName> getKeys()
public int getNumberOfKeys()