Class JSITAttachment


  • @JsType(namespace="<global>",
            name="JsInterop__ConstructorAPI__KIE__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__kie__JSITAttachment",
            isNative=true)
    public class JSITAttachment
    extends Object
    JSInterop adapter for TAttachment
    • Constructor Detail

      • JSITAttachment

        public JSITAttachment()
    • 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
        Returns:
        The TYPE_NAME JSON property
      • getUrl

        @JsProperty(name="url")
        public String getUrl()
        Native getter for url
        Returns:
        The url JSON property
      • setUrl

        @JsProperty(name="url")
        public final void setUrl​(String urlParam)
        Setter for url
        Parameters:
        urlParam - url to set.
      • getName

        @JsProperty(name="name")
        public String getName()
        Native getter for name
        Returns:
        The name JSON property
      • setName

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