@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITPerformanceIndicator", isNative=true) public class JSITPerformanceIndicator extends JSITBusinessContextElement
TPerformanceIndicator
JSITDMNElement.JSIExtensionElements
Constructor and Description |
---|
JSITPerformanceIndicator() |
Modifier and Type | Method and Description |
---|---|
<D extends JSITDMNElementReference> |
addAllImpactingDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of impactingDecision
|
<D extends JSITDMNElementReference> |
addImpactingDecision(D element)
Appends the specified element to the end of impactingDecision
|
List<JSITDMNElementReference> |
getImpactingDecision()
READ-ONLY getter for impactingDecision as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
getNativeImpactingDecision()
Native getter for impactingDecision
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeImpactingDecision(int index)
Removes the element at the specified position in the impactingDecision
|
void |
setImpactingDecision(List<JSITDMNElementReference> impactingDecisionParam)
Setter for impactingDecision as a
List |
void |
setNativeImpactingDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> impactingDecisionParam)
Setter for impactingDecision
|
getURI, setURI
getName, setName
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 JSITBusinessContextElement
@JsOverlay public final List<JSITDMNElementReference> getImpactingDecision()
List
List
@JsOverlay public final <D extends JSITDMNElementReference> void addImpactingDecision(D element)
element
- to be appended to impactingDecision@JsOverlay public final <D extends JSITDMNElementReference> void addAllImpactingDecision(D... elements)
elements
- to be appended to impactingDecision@JsOverlay public final void removeImpactingDecision(int index)
index
- of the element to be removed@JsProperty(name="impactingDecision") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeImpactingDecision()
@JsOverlay public final void setImpactingDecision(List<JSITDMNElementReference> impactingDecisionParam)
List
impactingDecisionParam
- The impactingDecision mapped as a List
@JsProperty(name="impactingDecision") public final void setNativeImpactingDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> impactingDecisionParam)
impactingDecisionParam
- impactingDecision to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.