Class JSIDMNDecisionServiceDividerLine
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di.JSIDiagramElement
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di.JSIEdge
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12.JSIDMNDecisionServiceDividerLine
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMNDI12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmndi12__JSIDMNDecisionServiceDividerLine", isNative=true) public class JSIDMNDecisionServiceDividerLine extends JSIEdgeJSInterop adapter forDMNDecisionServiceDividerLine
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di.JSIDiagramElement
JSIDiagramElement.JSIExtension
-
-
Constructor Summary
Constructors Constructor Description JSIDMNDecisionServiceDividerLine()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JSINamegetJSIName()Getter for specificJSINameStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di.JSIEdge
addAllWaypoint, addWaypoint, getNativeWaypoint, getWaypoint, removeWaypoint, setNativeWaypoint, setWaypoint
-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di.JSIDiagramElement
getExtension, getId, getOtherAttributes, getOtherAttributesMap, getSharedStyle, getStyle, setExtension, setId, setOtherAttributes, setSharedStyle, setStyle
-
-
-
-
Field Detail
-
TYPE
@JsOverlay public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
instanceOf
@JsOverlay public static boolean instanceOf(Object instance)
-
getJSIName
@JsOverlay public static JSIName getJSIName()
Getter for specificJSIName- Returns:
- Getter for specific
JSIName
-
getTYPE_NAME
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
Native getter for TYPE_NAME- Overrides:
getTYPE_NAMEin classJSIEdge- Returns:
- The TYPE_NAME JSON property
-
-