Interface UnaryTests

    • Method Detail

      • setText

        void setText​(String value)
      • getExpressionLanguage

        String getExpressionLanguage()
      • setExpressionLanguage

        void setExpressionLanguage​(String value)
      • getTypeRef

        @GwtIncompatible
        default QName getTypeRef()
        Description copied from interface: Expression
        Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine DMN13-140/DMN13-168: this is optional attribute.
        Specified by:
        getTypeRef in interface Expression
      • setTypeRef

        @GwtIncompatible
        default void setTypeRef​(QName value)
        Description copied from interface: Expression
        Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine DMN13-140/DMN13-168: this is optional attribute.
        Specified by:
        setTypeRef in interface Expression