Class KIE
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.kie.KIE
-
@JsType(isNative=true, namespace="<global>") public class KIE extends ObjectJSInterop container fororg.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.kie
-
-
Constructor Summary
Constructors Constructor Description KIE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSITAttachmentgetAttachment()Native getter for attachmentJSITComponentsWidthsExtensiongetComponentsWidthsExtension()Native getter for ComponentsWidthsExtensionJSITComponentWidthsgetComponentWidths()Native getter for ComponentWidthsStringgetName()Native getter for namevoidsetAttachment(JSITAttachment attachmentParam)Setter for attachmentvoidsetComponentsWidthsExtension(JSITComponentsWidthsExtension ComponentsWidthsExtensionParam)Setter for ComponentsWidthsExtensionvoidsetComponentWidths(JSITComponentWidths ComponentWidthsParam)Setter for ComponentWidths
-
-
-
Method Detail
-
getName
@JsProperty(name="name") public String getName()
Native getter for name- Returns:
- The name JSON property
-
getAttachment
@JsProperty(name="attachment") public JSITAttachment getAttachment()
Native getter for attachment- Returns:
- The attachment JSON property
-
setAttachment
@JsProperty(name="attachment") public final void setAttachment(JSITAttachment attachmentParam)
Setter for attachment- Parameters:
attachmentParam- attachment to set.
-
getComponentWidths
@JsProperty(name="ComponentWidths") public JSITComponentWidths getComponentWidths()
Native getter for ComponentWidths- Returns:
- The ComponentWidths JSON property
-
setComponentWidths
@JsProperty(name="ComponentWidths") public final void setComponentWidths(JSITComponentWidths ComponentWidthsParam)
Setter for ComponentWidths- Parameters:
ComponentWidthsParam- ComponentWidths to set.
-
getComponentsWidthsExtension
@JsProperty(name="ComponentsWidthsExtension") public JSITComponentsWidthsExtension getComponentsWidthsExtension()
Native getter for ComponentsWidthsExtension- Returns:
- The ComponentsWidthsExtension JSON property
-
setComponentsWidthsExtension
@JsProperty(name="ComponentsWidthsExtension") public final void setComponentsWidthsExtension(JSITComponentsWidthsExtension ComponentsWidthsExtensionParam)
Setter for ComponentsWidthsExtension- Parameters:
ComponentsWidthsExtensionParam- ComponentsWidthsExtension to set.
-
-