Class JSITDMNElementReference
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElementReference
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITDMNElementReference", isNative=true) public class JSITDMNElementReference extends ObjectJSInterop adapter forTDMNElementReference
-
-
Constructor Summary
Constructors Constructor Description JSITDMNElementReference()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Native getter for hrefstatic JSINamegetJSIName()Getter for specificJSINameStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidsetHref(String hrefParam)Setter for href
-
-
-
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- Returns:
- The TYPE_NAME JSON property
-
getHref
@JsProperty(name="href") public String getHref()
Native getter for href- Returns:
- The href JSON property
-
setHref
@JsProperty(name="href") public final void setHref(String hrefParam)
Setter for href- Parameters:
hrefParam- href to set.
-
-