Package org.kie.dmn.model.v1_3.dmndi
Class DMNLabel
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.dmndi.DiagramElement
-
- org.kie.dmn.model.v1_3.dmndi.Shape
-
- org.kie.dmn.model.v1_3.dmndi.DMNLabel
-
- All Implemented Interfaces:
DiagramElement,DMNLabel,Shape,DMNModelInstrumentedBase
public class DMNLabel extends Shape implements DMNLabel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
DiagramElement.Extension
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringtext-
Fields inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
extension, id, sharedStyle, style
-
-
Constructor Summary
Constructors Constructor Description DMNLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()Gets the value of the text property.voidsetText(String value)Sets the value of the text property.-
Methods inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
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.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
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
-
-