public class DMNShape extends Shape implements DMNShape
DiagramElement.Extension
DiagramElement.Extension
Modifier and Type | Field and Description |
---|---|
protected DMNDecisionServiceDividerLine |
dmnDecisionServiceDividerLine |
protected QName |
dmnElementRef |
protected DMNLabel |
dmnLabel |
protected Boolean |
isCollapsed |
protected Boolean |
isListedInputData |
extension, id, sharedStyle, style
Constructor and Description |
---|
DMNShape() |
Modifier and Type | Method and Description |
---|---|
DMNDecisionServiceDividerLine |
getDMNDecisionServiceDividerLine()
Gets the value of the dmnDecisionServiceDividerLine property.
|
QName |
getDmnElementRef()
Gets the value of the dmnElementRef property.
|
DMNLabel |
getDMNLabel()
Gets the value of the dmnLabel property.
|
boolean |
isIsCollapsed()
Gets the value of the isCollapsed property.
|
Boolean |
isIsListedInputData()
Gets the value of the isListedInputData property.
|
void |
setDMNDecisionServiceDividerLine(DMNDecisionServiceDividerLine value)
Sets the value of the dmnDecisionServiceDividerLine property.
|
void |
setDmnElementRef(QName value)
Sets the value of the dmnElementRef property.
|
void |
setDMNLabel(DMNLabel value)
Sets the value of the dmnLabel property.
|
void |
setIsCollapsed(Boolean value)
Sets the value of the isCollapsed property.
|
void |
setIsListedInputData(Boolean value)
Sets the value of the isListedInputData property.
|
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
protected DMNLabel dmnLabel
protected DMNDecisionServiceDividerLine dmnDecisionServiceDividerLine
protected QName dmnElementRef
protected Boolean isListedInputData
protected Boolean isCollapsed
public DMNLabel getDMNLabel()
getDMNLabel
in interface DMNShape
DMNLabel
public void setDMNLabel(DMNLabel value)
setDMNLabel
in interface DMNShape
value
- allowed object is
DMNLabel
public DMNDecisionServiceDividerLine getDMNDecisionServiceDividerLine()
getDMNDecisionServiceDividerLine
in interface DMNShape
DMNDecisionServiceDividerLine
public void setDMNDecisionServiceDividerLine(DMNDecisionServiceDividerLine value)
setDMNDecisionServiceDividerLine
in interface DMNShape
value
- allowed object is
DMNDecisionServiceDividerLine
public QName getDmnElementRef()
getDmnElementRef
in interface DMNShape
QName
public void setDmnElementRef(QName value)
setDmnElementRef
in interface DMNShape
value
- allowed object is
QName
public Boolean isIsListedInputData()
isIsListedInputData
in interface DMNShape
Boolean
public void setIsListedInputData(Boolean value)
setIsListedInputData
in interface DMNShape
value
- allowed object is
Boolean
public boolean isIsCollapsed()
isIsCollapsed
in interface DMNShape
Boolean
public void setIsCollapsed(Boolean value)
setIsCollapsed
in interface DMNShape
value
- allowed object is
Boolean
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.