Class TextRootDefinition
java.lang.Object
com.aquima.interactions.composer.model.definition.TextNodeBase
com.aquima.interactions.composer.model.definition.TextCompositeDefinition
com.aquima.interactions.composer.model.definition.TextRootDefinition
- All Implemented Interfaces:
Serializable
This text node is the root element of a text node structure of a text element.
- Since:
- 6.0
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TextRootDefinition
(IParserFactory parser, ITextNodeDS datasource, String parentName) -
Method Summary
Methods inherited from class com.aquima.interactions.composer.model.definition.TextCompositeDefinition
addChildNode, getChildNodes, hasChildNodes
-
Constructor Details
-
TextRootDefinition
protected TextRootDefinition(IParserFactory parser, ITextNodeDS datasource, String parentName) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
getType
Description copied from class:TextNodeBase
This method returns the type of the text node.- Specified by:
getType
in classTextNodeBase
- Returns:
- The type of the text node.
-