Class JSITAssociation
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITArtifact
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITAssociation
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITAssociation", isNative=true) public class JSITAssociation extends JSITArtifactJSInterop adapter forTAssociation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
JSITDMNElement.JSIExtensionElements
-
-
Constructor Summary
Constructors Constructor Description JSITAssociation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JSITAssociationDirectiongetAssociationDirection()Native getter for associationDirectionstatic JSINamegetJSIName()Getter for specificJSINameJSITDMNElementReferencegetSourceRef()Native getter for sourceRefJSITDMNElementReferencegetTargetRef()Native getter for targetRefStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidsetAssociationDirection(JSITAssociationDirection associationDirectionParam)Setter for associationDirectionvoidsetSourceRef(JSITDMNElementReference sourceRefParam)Setter for sourceRefvoidsetTargetRef(JSITDMNElementReference targetRefParam)Setter for targetRef-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
getDescription, getExtensionElements, getId, getLabel, getOtherAttributes, getOtherAttributesMap, setDescription, setExtensionElements, setId, setLabel, setOtherAttributes
-
-
-
-
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 classJSITArtifact- Returns:
- The TYPE_NAME JSON property
-
getSourceRef
@JsProperty(name="sourceRef") public JSITDMNElementReference getSourceRef()
Native getter for sourceRef- Returns:
- The sourceRef JSON property
-
setSourceRef
@JsProperty(name="sourceRef") public final void setSourceRef(JSITDMNElementReference sourceRefParam)
Setter for sourceRef- Parameters:
sourceRefParam- sourceRef to set.
-
getTargetRef
@JsProperty(name="targetRef") public JSITDMNElementReference getTargetRef()
Native getter for targetRef- Returns:
- The targetRef JSON property
-
setTargetRef
@JsProperty(name="targetRef") public final void setTargetRef(JSITDMNElementReference targetRefParam)
Setter for targetRef- Parameters:
targetRefParam- targetRef to set.
-
getAssociationDirection
@JsProperty(name="associationDirection") public JSITAssociationDirection getAssociationDirection()
Native getter for associationDirection- Returns:
- The associationDirection JSON property
-
setAssociationDirection
@JsProperty(name="associationDirection") public final void setAssociationDirection(JSITAssociationDirection associationDirectionParam)
Setter for associationDirection- Parameters:
associationDirectionParam- associationDirection to set.
-
-