Input parameter helper class.
Methods
__init__(( (object)arg1) -> None :) | Default (empty) construction. |
addParameter(( (InputParmSection)arg1, ...) | Adds the (name, str(value)) parameter pair to this parameter set. |
checkForParameter(( (InputParmSection)arg1, ...) | Returns True if this parameter set contains the named parameter. |
checkForSection(( (InputParmSection)arg1, ...) | Returns True if parms contain the named section. |
getParameter(( (InputParmSection)arg1, ...) | Returns the value of the parameter named name. |
getParent(...) | Returns InputParmSection associated with the specified name. |
getSection(( (InputParmSection)arg1, ...) | Returns InputParmSection associated with the specified name. |
getSectionNames(...) | Returns list of InputParmSection section names. |