Interface UnaryTests

    • Method Detail

      • getText

        java.lang.String getText()
      • setText

        void setText​(java.lang.String value)
      • getExpressionLanguage

        java.lang.String getExpressionLanguage()
      • setExpressionLanguage

        void setExpressionLanguage​(java.lang.String value)
      • getTypeRef

        @GwtIncompatible
        default javax.xml.namespace.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​(javax.xml.namespace.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