Class JSITImport

  • Direct Known Subclasses:
    JSITImportedValues

    @JsType(namespace="<global>",
            name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITImport",
            isNative=true)
    public class JSITImport
    extends JSITNamedElement
    JSInterop adapter for TImport
    • Constructor Detail

      • JSITImport

        public JSITImport()
    • 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 JSITNamedElement
        Returns:
        The TYPE_NAME JSON property
      • getNamespace

        @JsProperty(name="namespace")
        public String getNamespace()
        Native getter for namespace
        Returns:
        The namespace JSON property
      • setNamespace

        @JsProperty(name="namespace")
        public final void setNamespace​(String namespaceParam)
        Setter for namespace
        Parameters:
        namespaceParam - namespace to set.
      • getLocationURI

        @JsProperty(name="locationURI")
        public String getLocationURI()
        Native getter for locationURI
        Returns:
        The locationURI JSON property
      • setLocationURI

        @JsProperty(name="locationURI")
        public final void setLocationURI​(String locationURIParam)
        Setter for locationURI
        Parameters:
        locationURIParam - locationURI to set.
      • getImportType

        @JsProperty(name="importType")
        public String getImportType()
        Native getter for importType
        Returns:
        The importType JSON property
      • setImportType

        @JsProperty(name="importType")
        public final void setImportType​(String importTypeParam)
        Setter for importType
        Parameters:
        importTypeParam - importType to set.