public class CombinerParameter extends Object
Constructor and Description |
---|
CombinerParameter(String name,
AttributeValue value)
Creates a new CombinerParameter.
|
Modifier and Type | Method and Description |
---|---|
void |
encode(OutputStream output,
Indenter indenter)
Encodes this parameter into its XML representation and writes this
encoding to the given
OutputStream with indentation. |
static CombinerParameter |
getInstance(Node root)
Returns a new instance of the
CombinerParameter class
based on a DOM node. |
String |
getName()
Returns the name of this parameter.
|
AttributeValue |
getValue()
Returns the value provided by this parameter.
|
public CombinerParameter(String name, AttributeValue value)
name
- the parameter's namevalue
- the parameter's valuepublic static CombinerParameter getInstance(Node root) throws ParsingException
CombinerParameter
class
based on a DOM node. The node must be the root of an XML
CombinerParameterType.root
- the DOM root of a CombinerParameterType XML typeParsingException
- if the CombinerParameterType is invalidpublic String getName()
public AttributeValue getValue()
public void encode(OutputStream output, Indenter indenter)
OutputStream
with indentation.output
- a stream into which the XML-encoded data is writtenindenter
- an object that creates indentation stringsCopyright © 2023 JBoss by Red Hat. All rights reserved.