Class JSIDMNLabel


  • @JsType(namespace="<global>",
            name="JsInterop__ConstructorAPI__DMNDI12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmndi12__JSIDMNLabel",
            isNative=true)
    public class JSIDMNLabel
    extends JSIShape
    JSInterop adapter for DMNLabel
    • Constructor Detail

      • JSIDMNLabel

        public JSIDMNLabel()
    • 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 JSIShape
        Returns:
        The TYPE_NAME JSON property
      • getText

        @JsProperty(name="text")
        public String getText()
        Native getter for text
        Returns:
        The text JSON property
      • setText

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