Class TExpression

    • Constructor Detail

      • TExpression

        public TExpression()
    • Method Detail

      • getTypeRef

        public 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

        public 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