Class AttributeMappingDefinition
java.lang.Object
com.aquima.interactions.communication.impl.AttributeMappingDefinition
- All Implemented Interfaces:
IAttributeMappingDefinition
,Serializable
Internal IAttributeDefinition implementation that uses a datasource for construction.
- Since:
- 9.0
- Author:
- Jon van Leuven, Arjan Pragt
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AttributeMappingDefinition
(ISchemaDefinition schema, TypeMappingDefinition type, IAttributeMappingDS datasource, IRuleEngine ruleEngine) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the value attribute of the attribute.This method returns the reference to a global attribute.This method returns the datatype of the attribute.getForm()
This method returns the schemaforn of the attribute.getName()
This method return the name of the attribute.This method returns the qualified name of the attribute.This method return the validations of the attribute.
-
Constructor Details
-
AttributeMappingDefinition
protected AttributeMappingDefinition(ISchemaDefinition schema, TypeMappingDefinition type, IAttributeMappingDS datasource, IRuleEngine ruleEngine) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
getName
Description copied from interface:IAttributeMappingDefinition
This method return the name of the attribute.- Specified by:
getName
in interfaceIAttributeMappingDefinition
- Returns:
- The name of the attribute, may not be null.
-
getAttributeReference
Description copied from interface:IAttributeMappingDefinition
This method returns the reference to a global attribute.- Specified by:
getAttributeReference
in interfaceIAttributeMappingDefinition
- Returns:
- The reference to a global attribute, may be null.
-
getQualifiedName
Description copied from interface:IAttributeMappingDefinition
This method returns the qualified name of the attribute.- Specified by:
getQualifiedName
in interfaceIAttributeMappingDefinition
- Returns:
- the QualifiedName for this attribute
-
getForm
Description copied from interface:IAttributeMappingDefinition
This method returns the schemaforn of the attribute.- Specified by:
getForm
in interfaceIAttributeMappingDefinition
- Returns:
- the schemaform, may not be null.
-
getDataType
Description copied from interface:IAttributeMappingDefinition
This method returns the datatype of the attribute.- Specified by:
getDataType
in interfaceIAttributeMappingDefinition
- Returns:
- The datatype of the attribute, may not be null.
-
getAttributeName
Description copied from interface:IAttributeMappingDefinition
This method returns the value attribute of the attribute.- Specified by:
getAttributeName
in interfaceIAttributeMappingDefinition
- Returns:
- The attribute definition, may be null.
-
getValidations
Description copied from interface:IAttributeMappingDefinition
This method return the validations of the attribute.- Specified by:
getValidations
in interfaceIAttributeMappingDefinition
- Returns:
- The validations of the attribute, may not be null.
-