Class JSITInformationItem


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

      • JSITInformationItem

        public JSITInformationItem()
    • 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
      • getTypeRef

        @JsProperty(name="typeRef")
        public String getTypeRef()
        Native getter for typeRef
        Returns:
        The typeRef JSON property
      • setTypeRef

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