Package org.kie.dmn.model.v1_3
Class TTextAnnotation
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.TDMNElement
-
- org.kie.dmn.model.v1_3.TArtifact
-
- org.kie.dmn.model.v1_3.TTextAnnotation
-
- All Implemented Interfaces:
Artifact,DMNElement,DMNModelInstrumentedBase,TextAnnotation
public class TTextAnnotation extends TArtifact implements TextAnnotation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_3.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.model.v1_3.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TTextAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()StringgetTextFormat()voidsetText(String value)voidsetTextFormat(String value)-
Methods inherited from class org.kie.dmn.model.v1_3.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Method Detail
-
getText
public String getText()
- Specified by:
getTextin interfaceTextAnnotation
-
setText
public void setText(String value)
- Specified by:
setTextin interfaceTextAnnotation
-
getTextFormat
public String getTextFormat()
- Specified by:
getTextFormatin interfaceTextAnnotation
-
setTextFormat
public void setTextFormat(String value)
- Specified by:
setTextFormatin interfaceTextAnnotation
-
-