Class DMNDI12
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12.DMNDI12
-
@JsType(isNative=true, namespace="<global>") public class DMNDI12 extends ObjectJSInterop container fororg.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12
-
-
Constructor Summary
Constructors Constructor Description DMNDI12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSIDMNDecisionServiceDividerLinegetDMNDecisionServiceDividerLine()Native getter for DMNDecisionServiceDividerLineJSIDMNDIgetDMNDI()Native getter for DMNDIJSIDMNDiagramgetDMNDiagram()Native getter for DMNDiagramJSIDiagramElementgetDMNDiagramElement()Native getter for DMNDiagramElementJSIDMNEdgegetDMNEdge()Native getter for DMNEdgeJSIDMNLabelgetDMNLabel()Native getter for DMNLabelJSIDMNShapegetDMNShape()Native getter for DMNShapeJSIDMNStylegetDMNStyle()Native getter for DMNStyleStringgetName()Native getter for namevoidsetDMNDecisionServiceDividerLine(JSIDMNDecisionServiceDividerLine DMNDecisionServiceDividerLineParam)Setter for DMNDecisionServiceDividerLinevoidsetDMNDI(JSIDMNDI DMNDIParam)Setter for DMNDIvoidsetDMNDiagram(JSIDMNDiagram DMNDiagramParam)Setter for DMNDiagramvoidsetDMNDiagramElement(JSIDiagramElement DMNDiagramElementParam)Setter for DMNDiagramElementvoidsetDMNEdge(JSIDMNEdge DMNEdgeParam)Setter for DMNEdgevoidsetDMNLabel(JSIDMNLabel DMNLabelParam)Setter for DMNLabelvoidsetDMNShape(JSIDMNShape DMNShapeParam)Setter for DMNShapevoidsetDMNStyle(JSIDMNStyle DMNStyleParam)Setter for DMNStyle
-
-
-
Method Detail
-
getName
@JsProperty(name="name") public String getName()
Native getter for name- Returns:
- The name JSON property
-
getDMNShape
@JsProperty(name="DMNShape") public JSIDMNShape getDMNShape()
Native getter for DMNShape- Returns:
- The DMNShape JSON property
-
setDMNShape
@JsProperty(name="DMNShape") public final void setDMNShape(JSIDMNShape DMNShapeParam)
Setter for DMNShape- Parameters:
DMNShapeParam- DMNShape to set.
-
getDMNDiagram
@JsProperty(name="DMNDiagram") public JSIDMNDiagram getDMNDiagram()
Native getter for DMNDiagram- Returns:
- The DMNDiagram JSON property
-
setDMNDiagram
@JsProperty(name="DMNDiagram") public final void setDMNDiagram(JSIDMNDiagram DMNDiagramParam)
Setter for DMNDiagram- Parameters:
DMNDiagramParam- DMNDiagram to set.
-
getDMNDI
@JsProperty(name="DMNDI") public JSIDMNDI getDMNDI()
Native getter for DMNDI- Returns:
- The DMNDI JSON property
-
setDMNDI
@JsProperty(name="DMNDI") public final void setDMNDI(JSIDMNDI DMNDIParam)
Setter for DMNDI- Parameters:
DMNDIParam- DMNDI to set.
-
getDMNDecisionServiceDividerLine
@JsProperty(name="DMNDecisionServiceDividerLine") public JSIDMNDecisionServiceDividerLine getDMNDecisionServiceDividerLine()
Native getter for DMNDecisionServiceDividerLine- Returns:
- The DMNDecisionServiceDividerLine JSON property
-
setDMNDecisionServiceDividerLine
@JsProperty(name="DMNDecisionServiceDividerLine") public final void setDMNDecisionServiceDividerLine(JSIDMNDecisionServiceDividerLine DMNDecisionServiceDividerLineParam)
Setter for DMNDecisionServiceDividerLine- Parameters:
DMNDecisionServiceDividerLineParam- DMNDecisionServiceDividerLine to set.
-
getDMNLabel
@JsProperty(name="DMNLabel") public JSIDMNLabel getDMNLabel()
Native getter for DMNLabel- Returns:
- The DMNLabel JSON property
-
setDMNLabel
@JsProperty(name="DMNLabel") public final void setDMNLabel(JSIDMNLabel DMNLabelParam)
Setter for DMNLabel- Parameters:
DMNLabelParam- DMNLabel to set.
-
getDMNEdge
@JsProperty(name="DMNEdge") public JSIDMNEdge getDMNEdge()
Native getter for DMNEdge- Returns:
- The DMNEdge JSON property
-
setDMNEdge
@JsProperty(name="DMNEdge") public final void setDMNEdge(JSIDMNEdge DMNEdgeParam)
Setter for DMNEdge- Parameters:
DMNEdgeParam- DMNEdge to set.
-
getDMNDiagramElement
@JsProperty(name="DMNDiagramElement") public JSIDiagramElement getDMNDiagramElement()
Native getter for DMNDiagramElement- Returns:
- The DMNDiagramElement JSON property
-
setDMNDiagramElement
@JsProperty(name="DMNDiagramElement") public final void setDMNDiagramElement(JSIDiagramElement DMNDiagramElementParam)
Setter for DMNDiagramElement- Parameters:
DMNDiagramElementParam- DMNDiagramElement to set.
-
getDMNStyle
@JsProperty(name="DMNStyle") public JSIDMNStyle getDMNStyle()
Native getter for DMNStyle- Returns:
- The DMNStyle JSON property
-
setDMNStyle
@JsProperty(name="DMNStyle") public final void setDMNStyle(JSIDMNStyle DMNStyleParam)
Setter for DMNStyle- Parameters:
DMNStyleParam- DMNStyle to set.
-
-