Interface ItemDefinition

    • Method Detail

      • getTypeRef

        @GwtIncompatible
        QName getTypeRef()
        Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
      • setTypeRef

        @GwtIncompatible
        void setTypeRef​(QName value)
        Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
      • setAllowedValues

        void setAllowedValues​(UnaryTests value)
      • getTypeLanguage

        String getTypeLanguage()
      • setTypeLanguage

        void setTypeLanguage​(String value)
      • isIsCollection

        boolean isIsCollection()
      • setIsCollection

        void setIsCollection​(Boolean value)
      • getFunctionItem

        FunctionItem getFunctionItem()
        Since:
        DMN v1.3
      • setFunctionItem

        void setFunctionItem​(FunctionItem value)
        Since:
        DMN v1.3