Class ElementMappingDefinition
java.lang.Object
com.aquima.interactions.communication.impl.ElementMappingDefinition
- All Implemented Interfaces:
IElementMappingDefinition
This class holds the static definition of an element mapping.
- Since:
- 9.0
- Author:
- Arjan Pragt
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ElementMappingDefinition
(SchemaDefinition schema, IElementMappingDS datasource, IMetaModel metaModel, IRuleEngine ruleEngine) -
Method Summary
Modifier and TypeMethodDescriptionThe inline type of the element.getName()
This method returns the name of the global element.This method return the full qualified name of the global element.This method returns the schema containing the element.The typereference of the element.protected void
initialize
(SchemaSetDefinition schemaSet) boolean
The nillable value of the element.
-
Constructor Details
-
ElementMappingDefinition
protected ElementMappingDefinition(SchemaDefinition schema, IElementMappingDS datasource, IMetaModel metaModel, IRuleEngine ruleEngine) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
initialize
- Throws:
InitializationException
-
getName
Description copied from interface:IElementMappingDefinition
This method returns the name of the global element.- Specified by:
getName
in interfaceIElementMappingDefinition
- Returns:
- The name of the global element, may not be null.
-
getQualifiedName
Description copied from interface:IElementMappingDefinition
This method return the full qualified name of the global element.- Specified by:
getQualifiedName
in interfaceIElementMappingDefinition
- Returns:
- The full qualified name, may not be null.
-
getSchema
Description copied from interface:IElementMappingDefinition
This method returns the schema containing the element.- Specified by:
getSchema
in interfaceIElementMappingDefinition
- Returns:
- The schema, may not be null.
-
getTypeReference
Description copied from interface:IElementMappingDefinition
The typereference of the element. A global element has either a typereference or an inline type. If an inline type, this method returns null.- Specified by:
getTypeReference
in interfaceIElementMappingDefinition
- Returns:
- The typereference of the element or null.
-
getInlineType
Description copied from interface:IElementMappingDefinition
The inline type of the element. A global element has either a typereference or an inline type. If a type reference, this method returns null.- Specified by:
getInlineType
in interfaceIElementMappingDefinition
- Returns:
- The type definition of the element or null.
-
isNillable
public boolean isNillable()Description copied from interface:IElementMappingDefinition
The nillable value of the element.- Specified by:
isNillable
in interfaceIElementMappingDefinition
- Returns:
- The nillable value
-