@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITDecisionRule", isNative=true) public class JSITDecisionRule extends JSITDMNElement
TDecisionRule
JSITDMNElement.JSIExtensionElements
Constructor and Description |
---|
JSITDecisionRule() |
Modifier and Type | Method and Description |
---|---|
<D extends JSITRuleAnnotation> |
addAllAnnotationEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of annotationEntry
|
<D extends JSITUnaryTests> |
addAllInputEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of inputEntry
|
<D extends JSITLiteralExpression> |
addAllOutputEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of outputEntry
|
<D extends JSITRuleAnnotation> |
addAnnotationEntry(D element)
Appends the specified element to the end of annotationEntry
|
<D extends JSITUnaryTests> |
addInputEntry(D element)
Appends the specified element to the end of inputEntry
|
<D extends JSITLiteralExpression> |
addOutputEntry(D element)
Appends the specified element to the end of outputEntry
|
List<JSITRuleAnnotation> |
getAnnotationEntry()
READ-ONLY getter for annotationEntry as a
List |
List<JSITUnaryTests> |
getInputEntry()
READ-ONLY getter for inputEntry as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSITRuleAnnotation> |
getNativeAnnotationEntry()
Native getter for annotationEntry
|
jsinterop.base.JsArrayLike<JSITUnaryTests> |
getNativeInputEntry()
Native getter for inputEntry
|
jsinterop.base.JsArrayLike<JSITLiteralExpression> |
getNativeOutputEntry()
Native getter for outputEntry
|
List<JSITLiteralExpression> |
getOutputEntry()
READ-ONLY getter for outputEntry as a
List |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeAnnotationEntry(int index)
Removes the element at the specified position in the annotationEntry
|
void |
removeInputEntry(int index)
Removes the element at the specified position in the inputEntry
|
void |
removeOutputEntry(int index)
Removes the element at the specified position in the outputEntry
|
void |
setAnnotationEntry(List<JSITRuleAnnotation> annotationEntryParam)
Setter for annotationEntry as a
List |
void |
setInputEntry(List<JSITUnaryTests> inputEntryParam)
Setter for inputEntry as a
List |
void |
setNativeAnnotationEntry(jsinterop.base.JsArrayLike<JSITRuleAnnotation> annotationEntryParam)
Setter for annotationEntry
|
void |
setNativeInputEntry(jsinterop.base.JsArrayLike<JSITUnaryTests> inputEntryParam)
Setter for inputEntry
|
void |
setNativeOutputEntry(jsinterop.base.JsArrayLike<JSITLiteralExpression> outputEntryParam)
Setter for outputEntry
|
void |
setOutputEntry(List<JSITLiteralExpression> outputEntryParam)
Setter for outputEntry as a
List |
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 JSITDMNElement
@JsOverlay public final List<JSITUnaryTests> getInputEntry()
List
List
@JsOverlay public final <D extends JSITUnaryTests> void addInputEntry(D element)
element
- to be appended to inputEntry@JsOverlay public final <D extends JSITUnaryTests> void addAllInputEntry(D... elements)
elements
- to be appended to inputEntry@JsOverlay public final void removeInputEntry(int index)
index
- of the element to be removed@JsProperty(name="inputEntry") public jsinterop.base.JsArrayLike<JSITUnaryTests> getNativeInputEntry()
@JsOverlay public final void setInputEntry(List<JSITUnaryTests> inputEntryParam)
List
inputEntryParam
- The inputEntry mapped as a List
@JsProperty(name="inputEntry") public final void setNativeInputEntry(jsinterop.base.JsArrayLike<JSITUnaryTests> inputEntryParam)
inputEntryParam
- inputEntry to set.@JsOverlay public final List<JSITLiteralExpression> getOutputEntry()
List
List
@JsOverlay public final <D extends JSITLiteralExpression> void addOutputEntry(D element)
element
- to be appended to outputEntry@JsOverlay public final <D extends JSITLiteralExpression> void addAllOutputEntry(D... elements)
elements
- to be appended to outputEntry@JsOverlay public final void removeOutputEntry(int index)
index
- of the element to be removed@JsProperty(name="outputEntry") public jsinterop.base.JsArrayLike<JSITLiteralExpression> getNativeOutputEntry()
@JsOverlay public final void setOutputEntry(List<JSITLiteralExpression> outputEntryParam)
List
outputEntryParam
- The outputEntry mapped as a List
@JsProperty(name="outputEntry") public final void setNativeOutputEntry(jsinterop.base.JsArrayLike<JSITLiteralExpression> outputEntryParam)
outputEntryParam
- outputEntry to set.@JsOverlay public final List<JSITRuleAnnotation> getAnnotationEntry()
List
List
@JsOverlay public final <D extends JSITRuleAnnotation> void addAnnotationEntry(D element)
element
- to be appended to annotationEntry@JsOverlay public final <D extends JSITRuleAnnotation> void addAllAnnotationEntry(D... elements)
elements
- to be appended to annotationEntry@JsOverlay public final void removeAnnotationEntry(int index)
index
- of the element to be removed@JsProperty(name="annotationEntry") public jsinterop.base.JsArrayLike<JSITRuleAnnotation> getNativeAnnotationEntry()
@JsOverlay public final void setAnnotationEntry(List<JSITRuleAnnotation> annotationEntryParam)
List
annotationEntryParam
- The annotationEntry mapped as a List
@JsProperty(name="annotationEntry") public final void setNativeAnnotationEntry(jsinterop.base.JsArrayLike<JSITRuleAnnotation> annotationEntryParam)
annotationEntryParam
- annotationEntry to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.