Class FieldMap
java.lang.Object
com.aquima.interactions.composer.model.definition.FieldMap
This class is used by the definition store to hold all the field definitions.
- Since:
- 5.0
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addFieldDefinition
(String attribute, FieldDefinition definition) protected String
protected FieldDefinition
getFieldDefinition
(String attribute) protected FieldDefinition[]
protected FieldMap
protected void
This method will update the field definitions from this entity with the additional data that might have been specified in the fields of our parent entity.
-
Constructor Details
-
Method Details
-
getFieldDefinition
-
addFieldDefinition
-
getEntityName
-
getParent
-
updateDefinitions
protected void updateDefinitions()This method will update the field definitions from this entity with the additional data that might have been specified in the fields of our parent entity. A field might for instance lack an explain text, that the parent field did define. -
getFieldDefinitions
-