@JsType(isNative=true, namespace="<global>") public class KIE extends Object
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.kie
Constructor and Description |
---|
KIE() |
Modifier and Type | Method and Description |
---|---|
JSITAttachment |
getAttachment()
Native getter for attachment
|
JSITComponentsWidthsExtension |
getComponentsWidthsExtension()
Native getter for ComponentsWidthsExtension
|
JSITComponentWidths |
getComponentWidths()
Native getter for ComponentWidths
|
String |
getName()
Native getter for name
|
void |
setAttachment(JSITAttachment attachmentParam)
Setter for attachment
|
void |
setComponentsWidthsExtension(JSITComponentsWidthsExtension ComponentsWidthsExtensionParam)
Setter for ComponentsWidthsExtension
|
void |
setComponentWidths(JSITComponentWidths ComponentWidthsParam)
Setter for ComponentWidths
|
@JsProperty(name="name") public String getName()
@JsProperty(name="attachment") public JSITAttachment getAttachment()
@JsProperty(name="attachment") public final void setAttachment(JSITAttachment attachmentParam)
attachmentParam
- attachment to set.@JsProperty(name="ComponentWidths") public JSITComponentWidths getComponentWidths()
@JsProperty(name="ComponentWidths") public final void setComponentWidths(JSITComponentWidths ComponentWidthsParam)
ComponentWidthsParam
- ComponentWidths to set.@JsProperty(name="ComponentsWidthsExtension") public JSITComponentsWidthsExtension getComponentsWidthsExtension()
@JsProperty(name="ComponentsWidthsExtension") public final void setComponentsWidthsExtension(JSITComponentsWidthsExtension ComponentsWidthsExtensionParam)
ComponentsWidthsExtensionParam
- ComponentsWidthsExtension to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.