Class JSITImport
- 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.JSITImport
-
- Direct Known Subclasses:
JSITImportedValues
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITImport", isNative=true) public class JSITImport extends JSITNamedElementJSInterop adapter forTImport
-
-
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 JSITImport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImportType()Native getter for importTypestatic JSINamegetJSIName()Getter for specificJSINameStringgetLocationURI()Native getter for locationURIStringgetNamespace()Native getter for namespaceStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidsetImportType(String importTypeParam)Setter for importTypevoidsetLocationURI(String locationURIParam)Setter for locationURIvoidsetNamespace(String namespaceParam)Setter for namespace-
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 classJSITNamedElement- Returns:
- The TYPE_NAME JSON property
-
getNamespace
@JsProperty(name="namespace") public String getNamespace()
Native getter for namespace- Returns:
- The namespace JSON property
-
setNamespace
@JsProperty(name="namespace") public final void setNamespace(String namespaceParam)
Setter for namespace- Parameters:
namespaceParam- namespace to set.
-
getLocationURI
@JsProperty(name="locationURI") public String getLocationURI()
Native getter for locationURI- Returns:
- The locationURI JSON property
-
setLocationURI
@JsProperty(name="locationURI") public final void setLocationURI(String locationURIParam)
Setter for locationURI- Parameters:
locationURIParam- locationURI to set.
-
getImportType
@JsProperty(name="importType") public String getImportType()
Native getter for importType- Returns:
- The importType JSON property
-
setImportType
@JsProperty(name="importType") public final void setImportType(String importTypeParam)
Setter for importType- Parameters:
importTypeParam- importType to set.
-
-