@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITDMNElement", isNative=true) public class JSITDMNElement extends Object
TDMNElement
Modifier and Type | Class and Description |
---|---|
static class |
JSITDMNElement.JSIExtensionElements
JSInterop adapter for
ExtensionElements |
Constructor and Description |
---|
JSITDMNElement() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Native getter for description
|
JSITDMNElement.JSIExtensionElements |
getExtensionElements()
Native getter for extensionElements
|
String |
getId()
Native getter for id
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
String |
getLabel()
Native getter for label
|
Map<QName,String> |
getOtherAttributes()
Native getter for otherAttributes
|
static Map<QName,String> |
getOtherAttributesMap(JSITDMNElement instance) |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
setDescription(String descriptionParam)
Setter for description
|
void |
setExtensionElements(JSITDMNElement.JSIExtensionElements extensionElementsParam)
Setter for extensionElements
|
void |
setId(String idParam)
Setter for id
|
void |
setLabel(String labelParam)
Setter for label
|
void |
setOtherAttributes(Map<QName,String> otherAttributesParam)
Setter for otherAttributes
|
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSIName
JSIName
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsProperty(name="description") public String getDescription()
@JsProperty(name="description") public final void setDescription(String descriptionParam)
descriptionParam
- description to set.@JsProperty(name="extensionElements") public JSITDMNElement.JSIExtensionElements getExtensionElements()
@JsProperty(name="extensionElements") public final void setExtensionElements(JSITDMNElement.JSIExtensionElements extensionElementsParam)
extensionElementsParam
- extensionElements to set.@JsProperty(name="id") public String getId()
@JsProperty(name="id") public final void setId(String idParam)
idParam
- id to set.@JsProperty(name="label") public String getLabel()
@JsProperty(name="label") public final void setLabel(String labelParam)
labelParam
- label to set.@JsProperty(name="otherAttributes") public Map<QName,String> getOtherAttributes()
@JsProperty(name="otherAttributes") public final void setOtherAttributes(Map<QName,String> otherAttributesParam)
otherAttributesParam
- otherAttributes to set.@JsOverlay public static Map<QName,String> getOtherAttributesMap(JSITDMNElement instance)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.