Class ElementReference
- java.lang.Object
-
- com.aquima.interactions.communication.impl.ElementReference
-
- All Implemented Interfaces:
IElementReference
,Serializable
public final class ElementReference extends Object implements IElementReference
Schema Element reference that can be created with a datasource.- Since:
- 9.0
- Author:
- Arjan Pragt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ElementReference(IElementReferenceDS datasource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomSchemaElement()
Returns the name of the custom elemment, may be null.QualifiedName
getElementName()
Returns the name of the element.IParameters
getParameters()
This method returns the parameters for the custom schema element.
-
-
-
Constructor Detail
-
ElementReference
protected ElementReference(IElementReferenceDS datasource) throws InitializationException
- Throws:
InitializationException
-
-
Method Detail
-
getElementName
public QualifiedName 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
public String getCustomSchemaElement()
Description copied from interface:IElementReference
Returns the name of the custom elemment, may be null.- Specified by:
getCustomSchemaElement
in interfaceIElementReference
- Returns:
- The name of the custom element.
-
getParameters
public IParameters 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.
-
-