@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITFunctionDefinition", isNative=true) public class JSITFunctionDefinition extends JSITExpression
TFunctionDefinition
JSITDMNElement.JSIExtensionElements
Constructor and Description |
---|
JSITFunctionDefinition() |
Modifier and Type | Method and Description |
---|---|
<D extends JSITInformationItem> |
addAllFormalParameter(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of formalParameter
|
<D extends JSITInformationItem> |
addFormalParameter(D element)
Appends the specified element to the end of formalParameter
|
JSITExpression |
getExpression()
Native getter for expression
|
List<JSITInformationItem> |
getFormalParameter()
READ-ONLY getter for formalParameter as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
JSITFunctionKind |
getKind()
Native getter for kind
|
jsinterop.base.JsArrayLike<JSITInformationItem> |
getNativeFormalParameter()
Native getter for formalParameter
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeFormalParameter(int index)
Removes the element at the specified position in the formalParameter
|
void |
setExpression(JSITExpression expressionParam)
Setter for expression
|
void |
setFormalParameter(List<JSITInformationItem> formalParameterParam)
Setter for formalParameter as a
List |
void |
setKind(JSITFunctionKind kindParam)
Setter for kind
|
void |
setNativeFormalParameter(jsinterop.base.JsArrayLike<JSITInformationItem> formalParameterParam)
Setter for formalParameter
|
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, getOtherAttributes, getOtherAttributesMap, setDescription, setExtensionElements, setId, setLabel, setOtherAttributes
@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()
getTYPE_NAME
in class JSITExpression
@JsOverlay public final List<JSITInformationItem> getFormalParameter()
List
List
@JsOverlay public final <D extends JSITInformationItem> void addFormalParameter(D element)
element
- to be appended to formalParameter@JsOverlay public final <D extends JSITInformationItem> void addAllFormalParameter(D... elements)
elements
- to be appended to formalParameter@JsOverlay public final void removeFormalParameter(int index)
index
- of the element to be removed@JsProperty(name="formalParameter") public jsinterop.base.JsArrayLike<JSITInformationItem> getNativeFormalParameter()
@JsOverlay public final void setFormalParameter(List<JSITInformationItem> formalParameterParam)
List
formalParameterParam
- The formalParameter mapped as a List
@JsProperty(name="formalParameter") public final void setNativeFormalParameter(jsinterop.base.JsArrayLike<JSITInformationItem> formalParameterParam)
formalParameterParam
- formalParameter to set.@JsProperty(name="expression") public JSITExpression getExpression()
@JsProperty(name="expression") public final void setExpression(JSITExpression expressionParam)
expressionParam
- expression to set.@JsProperty(name="kind") public JSITFunctionKind getKind()
@JsProperty(name="kind") public final void setKind(JSITFunctionKind kindParam)
kindParam
- kind to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.