Class JSITInputClause


  • @JsType(namespace="<global>",
            name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITInputClause",
            isNative=true)
    public class JSITInputClause
    extends JSITDMNElement
    JSInterop adapter for TInputClause
    • Constructor Detail

      • JSITInputClause

        public JSITInputClause()
    • Method Detail

      • instanceOf

        @JsOverlay
        public static boolean instanceOf​(Object instance)
      • getJSIName

        @JsOverlay
        public static JSIName getJSIName()
        Getter for specific JSIName
        Returns:
        Getter for specific JSIName
      • getTYPE_NAME

        @JsProperty(name="TYPE_NAME")
        public String getTYPE_NAME()
        Native getter for TYPE_NAME
        Overrides:
        getTYPE_NAME in class JSITDMNElement
        Returns:
        The TYPE_NAME JSON property
      • getInputExpression

        @JsProperty(name="inputExpression")
        public JSITLiteralExpression getInputExpression()
        Native getter for inputExpression
        Returns:
        The inputExpression JSON property
      • setInputExpression

        @JsProperty(name="inputExpression")
        public final void setInputExpression​(JSITLiteralExpression inputExpressionParam)
        Setter for inputExpression
        Parameters:
        inputExpressionParam - inputExpression to set.
      • getInputValues

        @JsProperty(name="inputValues")
        public JSITUnaryTests getInputValues()
        Native getter for inputValues
        Returns:
        The inputValues JSON property
      • setInputValues

        @JsProperty(name="inputValues")
        public final void setInputValues​(JSITUnaryTests inputValuesParam)
        Setter for inputValues
        Parameters:
        inputValuesParam - inputValues to set.