Class JSITAttachment
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.kie.JSITAttachment
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__KIE__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__kie__JSITAttachment", isNative=true) public class JSITAttachment extends ObjectJSInterop adapter forTAttachment
-
-
Constructor Summary
Constructors Constructor Description JSITAttachment()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JSINamegetJSIName()Getter for specificJSINameStringgetName()Native getter for nameStringgetTYPE_NAME()Native getter for TYPE_NAMEStringgetUrl()Native getter for urlstatic booleaninstanceOf(Object instance)voidsetName(String nameParam)Setter for namevoidsetUrl(String urlParam)Setter for url
-
-
-
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
-
getUrl
@JsProperty(name="url") public String getUrl()
Native getter for url- Returns:
- The url JSON property
-
setUrl
@JsProperty(name="url") public final void setUrl(String urlParam)
Setter for url- Parameters:
urlParam- url to set.
-
getName
@JsProperty(name="name") public String getName()
Native getter for name- Returns:
- The name JSON property
-
setName
@JsProperty(name="name") public final void setName(String nameParam)
Setter for name- Parameters:
nameParam- name to set.
-
-