Class JSIStyle

  • Direct Known Subclasses:
    JSIDMNStyle

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

      • JSIStyle

        public JSIStyle()
    • 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
      • getExtension

        @JsProperty(name="extension")
        public JSIStyle.JSIExtension getExtension()
        Native getter for extension
        Returns:
        The extension JSON property
      • setExtension

        @JsProperty(name="extension")
        public final void setExtension​(JSIStyle.JSIExtension extensionParam)
        Setter for extension
        Parameters:
        extensionParam - extension to set.
      • getId

        @JsProperty(name="id")
        public String getId()
        Native getter for id
        Returns:
        The id JSON property
      • setId

        @JsProperty(name="id")
        public final void setId​(String idParam)
        Setter for id
        Parameters:
        idParam - id to set.
      • getOtherAttributes

        @JsProperty(name="otherAttributes")
        public Map<QName,​String> getOtherAttributes()
        Native getter for otherAttributes
        Returns:
        The otherAttributes JSON property
      • setOtherAttributes

        @JsProperty(name="otherAttributes")
        public final void setOtherAttributes​(Map<QName,​String> otherAttributesParam)
        Setter for otherAttributes
        Parameters:
        otherAttributesParam - otherAttributes to set.
      • getOtherAttributesMap

        @JsOverlay
        public static Map<QName,​String> getOtherAttributesMap​(JSIStyle instance)