Class JSITInputClause
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITInputClause
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITInputClause", isNative=true) public class JSITInputClause extends JSITDMNElementJSInterop adapter forTInputClause
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
JSITDMNElement.JSIExtensionElements
-
-
Constructor Summary
Constructors Constructor Description JSITInputClause()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JSITLiteralExpressiongetInputExpression()Native getter for inputExpressionJSITUnaryTestsgetInputValues()Native getter for inputValuesstatic JSINamegetJSIName()Getter for specificJSINameStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidsetInputExpression(JSITLiteralExpression inputExpressionParam)Setter for inputExpressionvoidsetInputValues(JSITUnaryTests inputValuesParam)Setter for inputValues-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
getDescription, getExtensionElements, getId, getLabel, getOtherAttributes, getOtherAttributesMap, setDescription, setExtensionElements, setId, setLabel, setOtherAttributes
-
-
-
-
Field Detail
-
TYPE
@JsOverlay public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
instanceOf
@JsOverlay public static boolean instanceOf(Object instance)
-
getJSIName
@JsOverlay public static JSIName getJSIName()
Getter for specificJSIName- Returns:
- Getter for specific
JSIName
-
getTYPE_NAME
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
Native getter for TYPE_NAME- Overrides:
getTYPE_NAMEin classJSITDMNElement- Returns:
- The TYPE_NAME JSON property
-
getInputExpression
@JsProperty(name="inputExpression") public JSITLiteralExpression getInputExpression()
Native getter for inputExpression- Returns:
- The inputExpression JSON property
-
setInputExpression
@JsProperty(name="inputExpression") public final void setInputExpression(JSITLiteralExpression inputExpressionParam)
Setter for inputExpression- Parameters:
inputExpressionParam- inputExpression to set.
-
getInputValues
@JsProperty(name="inputValues") public JSITUnaryTests getInputValues()
Native getter for inputValues- Returns:
- The inputValues JSON property
-
setInputValues
@JsProperty(name="inputValues") public final void setInputValues(JSITUnaryTests inputValuesParam)
Setter for inputValues- Parameters:
inputValuesParam- inputValues to set.
-
-