Class JSITTextAnnotation
- 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.JSITArtifact
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITTextAnnotation
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITTextAnnotation", isNative=true) public class JSITTextAnnotation extends JSITArtifactJSInterop adapter forTTextAnnotation
-
-
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 JSITTextAnnotation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JSINamegetJSIName()Getter for specificJSINameStringgetText()Native getter for textStringgetTextFormat()Native getter for textFormatStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidsetText(String textParam)Setter for textvoidsetTextFormat(String textFormatParam)Setter for textFormat-
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 classJSITArtifact- Returns:
- The TYPE_NAME JSON property
-
getText
@JsProperty(name="text") public String getText()
Native getter for text- Returns:
- The text JSON property
-
setText
@JsProperty(name="text") public final void setText(String textParam)
Setter for text- Parameters:
textParam- text to set.
-
getTextFormat
@JsProperty(name="textFormat") public String getTextFormat()
Native getter for textFormat- Returns:
- The textFormat JSON property
-
setTextFormat
@JsProperty(name="textFormat") public final void setTextFormat(String textFormatParam)
Setter for textFormat- Parameters:
textFormatParam- textFormat to set.
-
-