public class GlobalParameterSet
extends java.lang.Object
Constructor | 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 | Description |
---|---|---|
void |
clear() |
Clear all values
|
java.lang.Object |
get(StructuredQName qName) |
Get a parameter
|
java.util.Collection |
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,
java.lang.Object value) |
Add a parameter to the ParameterSet
|
public GlobalParameterSet()
public GlobalParameterSet(GlobalParameterSet existing)
public void put(StructuredQName qName, java.lang.Object value)
qName
- The fingerprint of the parameter name.value
- The value of the parameter, or null if the parameter is to be removedpublic java.lang.Object get(StructuredQName qName)
qName
- The parameter name.public void clear()
public java.util.Collection getKeys()
public int getNumberOfKeys()