@JsType(namespace="<global>",
name="JsInterop__ConstructorAPI__SCESIM__org__drools__workbench__scenariosimulation__kogito__marshaller__js__model__JSIGenericTypes",
isNative=true)
public class JSIGenericTypes
extends Object
GenericTypes| Constructor and Description |
|---|
JSIGenericTypes() |
| Modifier and Type | Method and Description |
|---|---|
<D extends String> |
addAllString(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of string
|
<D extends String> |
addString(D element)
Appends the specified element to the end of string
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<String> |
getNativeString()
Native getter for string
|
List<String> |
getString()
READ-ONLY getter for string as a
List |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeString(int index)
Removes the element at the specified position in the string
|
void |
setNativeString(jsinterop.base.JsArrayLike<String> stringParam)
Setter for string
|
void |
setString(List<String> stringParam)
Setter for string as a
List |
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSINameJSIName@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsOverlay public final List<String> getString()
ListList@JsOverlay public final <D extends String> void addString(D element)
element - to be appended to string@JsOverlay public final <D extends String> void addAllString(D... elements)
elements - to be appended to string@JsOverlay public final void removeString(int index)
index - of the element to be removed@JsProperty(name="string") public jsinterop.base.JsArrayLike<String> getNativeString()
@JsOverlay public final void setString(List<String> stringParam)
ListstringParam - The string mapped as a List@JsProperty(name="string") public final void setNativeString(jsinterop.base.JsArrayLike<String> stringParam)
stringParam - string to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.