Class JSITOutputClause


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

      • JSITOutputClause

        public JSITOutputClause()
    • 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
      • getOutputValues

        @JsProperty(name="outputValues")
        public JSITUnaryTests getOutputValues()
        Native getter for outputValues
        Returns:
        The outputValues JSON property
      • setOutputValues

        @JsProperty(name="outputValues")
        public final void setOutputValues​(JSITUnaryTests outputValuesParam)
        Setter for outputValues
        Parameters:
        outputValuesParam - outputValues to set.
      • getDefaultOutputEntry

        @JsProperty(name="defaultOutputEntry")
        public JSITLiteralExpression getDefaultOutputEntry()
        Native getter for defaultOutputEntry
        Returns:
        The defaultOutputEntry JSON property
      • setDefaultOutputEntry

        @JsProperty(name="defaultOutputEntry")
        public final void setDefaultOutputEntry​(JSITLiteralExpression defaultOutputEntryParam)
        Setter for defaultOutputEntry
        Parameters:
        defaultOutputEntryParam - defaultOutputEntry to set.
      • getName

        @JsProperty(name="name")
        public String getName()
        Native getter for name
        Returns:
        The name JSON property
      • setName

        @JsProperty(name="name")
        public final void setName​(String nameParam)
        Setter for name
        Parameters:
        nameParam - name to set.
      • getTypeRef

        @JsProperty(name="typeRef")
        public String getTypeRef()
        Native getter for typeRef
        Returns:
        The typeRef JSON property
      • setTypeRef

        @JsProperty(name="typeRef")
        public final void setTypeRef​(String typeRefParam)
        Setter for typeRef
        Parameters:
        typeRefParam - typeRef to set.