@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__SCESIM__org__drools__workbench__scenariosimulation__kogito__marshaller__js__model__JSIScenarioSimulationModelType", isNative=true) public class JSIScenarioSimulationModelType extends Object
ScenarioSimulationModelType
Constructor and Description |
---|
JSIScenarioSimulationModelType() |
Modifier and Type | Method and Description |
---|---|
JSIBackgroundType |
getBackground()
Native getter for background
|
JSIImportsType |
getImports()
Native getter for imports
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
JSISettingsType |
getSettings()
Native getter for settings
|
JSISimulationType |
getSimulation()
Native getter for simulation
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
String |
getVersion()
Native getter for version
|
static boolean |
instanceOf(Object instance) |
void |
setBackground(JSIBackgroundType backgroundParam)
Setter for background
|
void |
setImports(JSIImportsType importsParam)
Setter for imports
|
void |
setSettings(JSISettingsType settingsParam)
Setter for settings
|
void |
setSimulation(JSISimulationType simulationParam)
Setter for simulation
|
void |
setVersion(String versionParam)
Setter for version
|
@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="simulation") public JSISimulationType getSimulation()
@JsProperty(name="simulation") public final void setSimulation(JSISimulationType simulationParam)
simulationParam
- simulation to set.@JsProperty(name="background") public JSIBackgroundType getBackground()
@JsProperty(name="background") public final void setBackground(JSIBackgroundType backgroundParam)
backgroundParam
- background to set.@JsProperty(name="settings") public JSISettingsType getSettings()
@JsProperty(name="settings") public final void setSettings(JSISettingsType settingsParam)
settingsParam
- settings to set.@JsProperty(name="imports") public JSIImportsType getImports()
@JsProperty(name="imports") public final void setImports(JSIImportsType importsParam)
importsParam
- imports to set.@JsProperty(name="version") public String getVersion()
@JsProperty(name="version") public final void setVersion(String versionParam)
versionParam
- version to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.