@JsType(namespace="<global>",
name="JsInterop__ConstructorAPI__SCESIM__org__drools__workbench__scenariosimulation__kogito__marshaller__js__model__JSIRawValueType",
isNative=true)
public class JSIRawValueType
extends Object
RawValueType| Constructor and Description |
|---|
JSIRawValueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Native getter for clazz
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
String |
getValue()
Native getter for value
|
static boolean |
instanceOf(Object instance) |
void |
setClazz(String clazzParam)
Setter for clazz
|
void |
setValue(String valueParam)
Setter for value
|
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSINameJSIName@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsProperty(name="value") public String getValue()
@JsProperty(name="value") public final void setValue(String valueParam)
valueParam - value to set.@JsProperty(name="clazz") public String getClazz()
@JsProperty(name="clazz") public final void setClazz(String clazzParam)
clazzParam - clazz to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.