Class ExpanderDefinition
java.lang.Object
com.aquima.interactions.project.impl.ExpanderDefinition
- All Implemented Interfaces:
IExpanderDefinition
,Serializable
This class contains the definition of a single (container) expander.
- Since:
- 7.1
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a description of the container expander.getName()
This method returns the unique name of the expander.getParameter
(String name) This method returns the parameter definition for the specified name.String[]
This method returns an array containing all the parameter names.this method returns an array containing the definitions of the parameters that are supported by this component.
-
Constructor Details
-
ExpanderDefinition
-
-
Method Details
-
getName
Description copied from interface:IExpanderDefinition
This method returns the unique name of the expander. In the composer, this name will be referred to as the container type name.- Specified by:
getName
in interfaceIExpanderDefinition
- Returns:
- The unique name of the expander.
-
getDescription
Description copied from interface:IExpanderDefinition
This method returns a description of the container expander.- Specified by:
getDescription
in interfaceIExpanderDefinition
- Returns:
- A description of the container expander (maybe null).
-
getParameter
Description copied from interface:IExpanderDefinition
This method returns the parameter definition for the specified name.- Specified by:
getParameter
in interfaceIExpanderDefinition
- Parameters:
name
- The name of the requested parameter.- Returns:
- The definition of the parameter for the specified name.
-
getParameterNames
Description copied from interface:IExpanderDefinition
This method returns an array containing all the parameter names.- Specified by:
getParameterNames
in interfaceIExpanderDefinition
- Returns:
- Array containing all the parameter names.
-
getParameters
Description copied from interface:IExpanderDefinition
this method returns an array containing the definitions of the parameters that are supported by this component.- Specified by:
getParameters
in interfaceIExpanderDefinition
- Returns:
- Array containing the definitions of the parameters that are supported by this component.
-