Package org.kie.dmn.model.v1_3.dmndi
Class DMNShape
- 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.DMNShape
-
- All Implemented Interfaces:
DiagramElement,DMNShape,Shape,DMNModelInstrumentedBase
public class DMNShape extends Shape implements DMNShape
-
-
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 DMNDecisionServiceDividerLinedmnDecisionServiceDividerLineprotected QNamedmnElementRefprotected DMNLabeldmnLabelprotected BooleanisCollapsedprotected BooleanisListedInputData-
Fields inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
extension, id, sharedStyle, style
-
-
Constructor Summary
Constructors Constructor Description DMNShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMNDecisionServiceDividerLinegetDMNDecisionServiceDividerLine()Gets the value of the dmnDecisionServiceDividerLine property.QNamegetDmnElementRef()Gets the value of the dmnElementRef property.DMNLabelgetDMNLabel()Gets the value of the dmnLabel property.booleanisIsCollapsed()Gets the value of the isCollapsed property.BooleanisIsListedInputData()Gets the value of the isListedInputData property.voidsetDMNDecisionServiceDividerLine(DMNDecisionServiceDividerLine value)Sets the value of the dmnDecisionServiceDividerLine property.voidsetDmnElementRef(QName value)Sets the value of the dmnElementRef property.voidsetDMNLabel(DMNLabel value)Sets the value of the dmnLabel property.voidsetIsCollapsed(Boolean value)Sets the value of the isCollapsed property.voidsetIsListedInputData(Boolean value)Sets the value of the isListedInputData 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
-
-
-
-
Field Detail
-
dmnLabel
protected DMNLabel dmnLabel
-
dmnDecisionServiceDividerLine
protected DMNDecisionServiceDividerLine dmnDecisionServiceDividerLine
-
dmnElementRef
protected QName dmnElementRef
-
isListedInputData
protected Boolean isListedInputData
-
isCollapsed
protected Boolean isCollapsed
-
-
Method Detail
-
getDMNLabel
public DMNLabel getDMNLabel()
Gets the value of the dmnLabel property.- Specified by:
getDMNLabelin interfaceDMNShape- Returns:
- possible object is
DMNLabel
-
setDMNLabel
public void setDMNLabel(DMNLabel value)
Sets the value of the dmnLabel property.- Specified by:
setDMNLabelin interfaceDMNShape- Parameters:
value- allowed object isDMNLabel
-
getDMNDecisionServiceDividerLine
public DMNDecisionServiceDividerLine getDMNDecisionServiceDividerLine()
Gets the value of the dmnDecisionServiceDividerLine property.- Specified by:
getDMNDecisionServiceDividerLinein interfaceDMNShape- Returns:
- possible object is
DMNDecisionServiceDividerLine
-
setDMNDecisionServiceDividerLine
public void setDMNDecisionServiceDividerLine(DMNDecisionServiceDividerLine value)
Sets the value of the dmnDecisionServiceDividerLine property.- Specified by:
setDMNDecisionServiceDividerLinein interfaceDMNShape- Parameters:
value- allowed object isDMNDecisionServiceDividerLine
-
getDmnElementRef
public QName getDmnElementRef()
Gets the value of the dmnElementRef property.- Specified by:
getDmnElementRefin interfaceDMNShape- Returns:
- possible object is
QName
-
setDmnElementRef
public void setDmnElementRef(QName value)
Sets the value of the dmnElementRef property.- Specified by:
setDmnElementRefin interfaceDMNShape- Parameters:
value- allowed object isQName
-
isIsListedInputData
public Boolean isIsListedInputData()
Gets the value of the isListedInputData property.- Specified by:
isIsListedInputDatain interfaceDMNShape- Returns:
- possible object is
Boolean
-
setIsListedInputData
public void setIsListedInputData(Boolean value)
Sets the value of the isListedInputData property.- Specified by:
setIsListedInputDatain interfaceDMNShape- Parameters:
value- allowed object isBoolean
-
isIsCollapsed
public boolean isIsCollapsed()
Gets the value of the isCollapsed property.- Specified by:
isIsCollapsedin interfaceDMNShape- Returns:
- possible object is
Boolean
-
setIsCollapsed
public void setIsCollapsed(Boolean value)
Sets the value of the isCollapsed property.- Specified by:
setIsCollapsedin interfaceDMNShape- Parameters:
value- allowed object isBoolean
-
-