@JsType(isNative=true, namespace="<global>") public class DMNDI12 extends Object
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12
Constructor and Description |
---|
DMNDI12() |
Modifier and Type | Method and Description |
---|---|
JSIDMNDecisionServiceDividerLine |
getDMNDecisionServiceDividerLine()
Native getter for DMNDecisionServiceDividerLine
|
JSIDMNDI |
getDMNDI()
Native getter for DMNDI
|
JSIDMNDiagram |
getDMNDiagram()
Native getter for DMNDiagram
|
JSIDiagramElement |
getDMNDiagramElement()
Native getter for DMNDiagramElement
|
JSIDMNEdge |
getDMNEdge()
Native getter for DMNEdge
|
JSIDMNLabel |
getDMNLabel()
Native getter for DMNLabel
|
JSIDMNShape |
getDMNShape()
Native getter for DMNShape
|
JSIDMNStyle |
getDMNStyle()
Native getter for DMNStyle
|
String |
getName()
Native getter for name
|
void |
setDMNDecisionServiceDividerLine(JSIDMNDecisionServiceDividerLine DMNDecisionServiceDividerLineParam)
Setter for DMNDecisionServiceDividerLine
|
void |
setDMNDI(JSIDMNDI DMNDIParam)
Setter for DMNDI
|
void |
setDMNDiagram(JSIDMNDiagram DMNDiagramParam)
Setter for DMNDiagram
|
void |
setDMNDiagramElement(JSIDiagramElement DMNDiagramElementParam)
Setter for DMNDiagramElement
|
void |
setDMNEdge(JSIDMNEdge DMNEdgeParam)
Setter for DMNEdge
|
void |
setDMNLabel(JSIDMNLabel DMNLabelParam)
Setter for DMNLabel
|
void |
setDMNShape(JSIDMNShape DMNShapeParam)
Setter for DMNShape
|
void |
setDMNStyle(JSIDMNStyle DMNStyleParam)
Setter for DMNStyle
|
@JsProperty(name="name") public String getName()
@JsProperty(name="DMNShape") public JSIDMNShape getDMNShape()
@JsProperty(name="DMNShape") public final void setDMNShape(JSIDMNShape DMNShapeParam)
DMNShapeParam
- DMNShape to set.@JsProperty(name="DMNDiagram") public JSIDMNDiagram getDMNDiagram()
@JsProperty(name="DMNDiagram") public final void setDMNDiagram(JSIDMNDiagram DMNDiagramParam)
DMNDiagramParam
- DMNDiagram to set.@JsProperty(name="DMNDecisionServiceDividerLine") public JSIDMNDecisionServiceDividerLine getDMNDecisionServiceDividerLine()
@JsProperty(name="DMNDecisionServiceDividerLine") public final void setDMNDecisionServiceDividerLine(JSIDMNDecisionServiceDividerLine DMNDecisionServiceDividerLineParam)
DMNDecisionServiceDividerLineParam
- DMNDecisionServiceDividerLine to set.@JsProperty(name="DMNDI") public JSIDMNDI getDMNDI()
@JsProperty(name="DMNDI") public final void setDMNDI(JSIDMNDI DMNDIParam)
DMNDIParam
- DMNDI to set.@JsProperty(name="DMNLabel") public JSIDMNLabel getDMNLabel()
@JsProperty(name="DMNLabel") public final void setDMNLabel(JSIDMNLabel DMNLabelParam)
DMNLabelParam
- DMNLabel to set.@JsProperty(name="DMNEdge") public JSIDMNEdge getDMNEdge()
@JsProperty(name="DMNEdge") public final void setDMNEdge(JSIDMNEdge DMNEdgeParam)
DMNEdgeParam
- DMNEdge to set.@JsProperty(name="DMNDiagramElement") public JSIDiagramElement getDMNDiagramElement()
@JsProperty(name="DMNDiagramElement") public final void setDMNDiagramElement(JSIDiagramElement DMNDiagramElementParam)
DMNDiagramElementParam
- DMNDiagramElement to set.@JsProperty(name="DMNStyle") public JSIDMNStyle getDMNStyle()
@JsProperty(name="DMNStyle") public final void setDMNStyle(JSIDMNStyle DMNStyleParam)
DMNStyleParam
- DMNStyle to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.