Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITImport
-
Packages that use JSITImport Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITImport in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Subclasses of JSITImport in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 Modifier and Type Class Description classJSITImportedValuesJSInterop adapter forTImportedValuesMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITImport Modifier and Type Method Description <D extends JSITImport>
voidJSITDefinitions. addAllImport(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of _import<D extends JSITImport>
voidJSITDefinitions. addImport(D element)Appends the specified element to the end of _importMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITImport Modifier and Type Method Description JSITImportDMN12. getImport()Native getter for importMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITImport Modifier and Type Method Description List<JSITImport>JSITDefinitions. getImport()READ-ONLY getter for _import as aListjsinterop.base.JsArrayLike<JSITImport>JSITDefinitions. getNativeImport()Native getter for _importMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITImport Modifier and Type Method Description <D extends JSITImport>
voidJSITDefinitions. addAllImport(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of _importvoidDMN12. setImport(JSITImport importParam)Setter for importMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITImport Modifier and Type Method Description voidJSITDefinitions. setImport(List<JSITImport> _importParam)Setter for _import as aListvoidJSITDefinitions. setNativeImport(jsinterop.base.JsArrayLike<JSITImport> _importParam)Setter for _import
-