Class XmlParameterDS
java.lang.Object
com.aquima.interactions.portal.ds.xml.parsing.XmlParameterDS
- All Implemented Interfaces:
IParameterDS
Internal helper class to parse and visit the generated xml by the ParameterValueVisitor.
- Since:
- 9.3
- Author:
- A. Pragt, J.Hermus
-
Constructor Summary
ConstructorsConstructorDescriptionXmlParameterDS
(IXmlNode node) XmlParameterDS
(String parameterName, ParameterType parameterType, Direction direction, IValue value) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the direction of the parameter.getName()
This method returns the name of the parameter.getType()
This method returns the type of the parameter.void
visitValues
(IParameterValueVisitor visitor) This method supplies the value(s) of the parameter to the visitor
-
Constructor Details
-
XmlParameterDS
-
XmlParameterDS
public XmlParameterDS(String parameterName, ParameterType parameterType, Direction direction, IValue value)
-
-
Method Details
-
getName
Description copied from interface:IParameterDS
This method returns the name of the parameter.- Specified by:
getName
in interfaceIParameterDS
- Returns:
- The name of the parameter.
-
getType
Description copied from interface:IParameterDS
This method returns the type of the parameter.- Specified by:
getType
in interfaceIParameterDS
- Returns:
- The type of the parameter.
-
getDirection
Description copied from interface:IParameterDS
This method returns the direction of the parameter.- Specified by:
getDirection
in interfaceIParameterDS
- Returns:
- The direction of the parameter.
-
visitValues
Description copied from interface:IParameterDS
This method supplies the value(s) of the parameter to the visitor- Specified by:
visitValues
in interfaceIParameterDS
-