public class DMNShape extends Shape implements DMNShape
DiagramElement.ExtensionDiagramElement.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, setStyleaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentprotected DMNLabel dmnLabel
protected DMNDecisionServiceDividerLine dmnDecisionServiceDividerLine
protected QName dmnElementRef
protected Boolean isListedInputData
protected Boolean isCollapsed
public DMNLabel getDMNLabel()
getDMNLabel in interface DMNShapeDMNLabelpublic void setDMNLabel(DMNLabel value)
setDMNLabel in interface DMNShapevalue - allowed object is
DMNLabelpublic DMNDecisionServiceDividerLine getDMNDecisionServiceDividerLine()
getDMNDecisionServiceDividerLine in interface DMNShapeDMNDecisionServiceDividerLinepublic void setDMNDecisionServiceDividerLine(DMNDecisionServiceDividerLine value)
setDMNDecisionServiceDividerLine in interface DMNShapevalue - allowed object is
DMNDecisionServiceDividerLinepublic QName getDmnElementRef()
getDmnElementRef in interface DMNShapeQNamepublic void setDmnElementRef(QName value)
setDmnElementRef in interface DMNShapevalue - allowed object is
QNamepublic Boolean isIsListedInputData()
isIsListedInputData in interface DMNShapeBooleanpublic void setIsListedInputData(Boolean value)
setIsListedInputData in interface DMNShapevalue - allowed object is
Booleanpublic boolean isIsCollapsed()
isIsCollapsed in interface DMNShapeBooleanpublic void setIsCollapsed(Boolean value)
setIsCollapsed in interface DMNShapevalue - allowed object is
BooleanCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.