Class ElementReference
java.lang.Object
com.aquima.interactions.communication.impl.ElementReference
- All Implemented Interfaces:
IElementReference
,Serializable
Schema Element reference that can be created with a datasource.
- Since:
- 9.0
- Author:
- Arjan Pragt
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the custom element, may be null.Returns the name of the element.This method returns the parameters for the custom schema element.
-
Constructor Details
-
ElementReference
- Throws:
InitializationException
-
-
Method Details
-
getElementName
Description copied from interface:IElementReference
Returns the name of the element.- Specified by:
getElementName
in interfaceIElementReference
- Returns:
- The name of the elements, not null.
-
getCustomSchemaElement
Description copied from interface:IElementReference
Returns the name of the custom element, may be null.- Specified by:
getCustomSchemaElement
in interfaceIElementReference
- Returns:
- The name of the custom element.
-
getParameters
Description copied from interface:IElementReference
This method returns the parameters for the custom schema element.- Specified by:
getParameters
in interfaceIElementReference
- Returns:
- The parameters for the custom schema element, may be null if no custom schema element is used.
-