@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__SCESIM__org__drools__workbench__scenariosimulation__kogito__marshaller__js__model__JSIFactMappingValueType", isNative=true) public class JSIFactMappingValueType extends Object
FactMappingValueType
Constructor and Description |
---|
JSIFactMappingValueType() |
Modifier and Type | Method and Description |
---|---|
JSIExpressionIdentifierType |
getExpressionIdentifier()
Native getter for expressionIdentifier
|
JSIFactIdentifierType |
getFactIdentifier()
Native getter for factIdentifier
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
JSIRawValueType |
getRawValue()
Native getter for rawValue
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
setExpressionIdentifier(JSIExpressionIdentifierType expressionIdentifierParam)
Setter for expressionIdentifier
|
void |
setFactIdentifier(JSIFactIdentifierType factIdentifierParam)
Setter for factIdentifier
|
void |
setRawValue(JSIRawValueType rawValueParam)
Setter for rawValue
|
@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="factIdentifier") public JSIFactIdentifierType getFactIdentifier()
@JsProperty(name="factIdentifier") public final void setFactIdentifier(JSIFactIdentifierType factIdentifierParam)
factIdentifierParam
- factIdentifier to set.@JsProperty(name="expressionIdentifier") public JSIExpressionIdentifierType getExpressionIdentifier()
@JsProperty(name="expressionIdentifier") public final void setExpressionIdentifier(JSIExpressionIdentifierType expressionIdentifierParam)
expressionIdentifierParam
- expressionIdentifier to set.@JsProperty(name="rawValue") public JSIRawValueType getRawValue()
@JsProperty(name="rawValue") public final void setRawValue(JSIRawValueType rawValueParam)
rawValueParam
- rawValue to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.