Class JSITPerformanceIndicator
- 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.JSITNamedElement
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITBusinessContextElement
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITPerformanceIndicator
-
@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 JSITBusinessContextElementJSInterop adapter forTPerformanceIndicator
-
-
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 JSITPerformanceIndicator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <D extends JSITDMNElementReference>
voidaddAllImpactingDecision(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>
voidaddImpactingDecision(D element)Appends the specified element to the end of impactingDecisionList<JSITDMNElementReference>getImpactingDecision()READ-ONLY getter for impactingDecision as aListstatic JSINamegetJSIName()Getter for specificJSINamejsinterop.base.JsArrayLike<JSITDMNElementReference>getNativeImpactingDecision()Native getter for impactingDecisionStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidremoveImpactingDecision(int index)Removes the element at the specified position in the impactingDecisionvoidsetImpactingDecision(List<JSITDMNElementReference> impactingDecisionParam)Setter for impactingDecision as aListvoidsetNativeImpactingDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> impactingDecisionParam)Setter for impactingDecision-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITBusinessContextElement
getURI, setURI
-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITNamedElement
getName, setName
-
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 classJSITBusinessContextElement- Returns:
- The TYPE_NAME JSON property
-
getImpactingDecision
@JsOverlay public final List<JSITDMNElementReference> getImpactingDecision()
READ-ONLY getter for impactingDecision as aList- Returns:
- The impactingDecision mapped as a
List
-
addImpactingDecision
@JsOverlay public final <D extends JSITDMNElementReference> void addImpactingDecision(D element)
Appends the specified element to the end of impactingDecision- Parameters:
element- to be appended to impactingDecision
-
addAllImpactingDecision
@JsOverlay public final <D extends JSITDMNElementReference> void addAllImpactingDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of impactingDecision- Parameters:
elements- to be appended to impactingDecision
-
removeImpactingDecision
@JsOverlay public final void removeImpactingDecision(int index)
Removes the element at the specified position in the impactingDecision- Parameters:
index- of the element to be removed
-
getNativeImpactingDecision
@JsProperty(name="impactingDecision") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeImpactingDecision()
Native getter for impactingDecision- Returns:
- The impactingDecision JSON property
-
setImpactingDecision
@JsOverlay public final void setImpactingDecision(List<JSITDMNElementReference> impactingDecisionParam)
Setter for impactingDecision as aList- Parameters:
impactingDecisionParam- The impactingDecision mapped as aList
-
setNativeImpactingDecision
@JsProperty(name="impactingDecision") public final void setNativeImpactingDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> impactingDecisionParam)
Setter for impactingDecision- Parameters:
impactingDecisionParam- impactingDecision to set.
-
-