Class JSIName
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.mapper.JSIName
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__org__kie__workbench__common__dmn__webapp__kogito__marshaller__mapper__JSIName", isNative=true) public class JSIName extends ObjectClass representing the name attribute of a wrapped object
-
-
Constructor Summary
Constructors Constructor Description JSIName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Native getter for keyStringgetLocalPart()Native getter for localPartStringgetNamespaceURI()Native getter for namespaceURIStringgetPrefix()Native getter for prefixStringgetString()Native getter for stringvoidsetKey(String keyParam)Setter for keyvoidsetLocalPart(String localPartParam)Setter for localPartvoidsetNamespaceURI(String namespaceURIParam)Setter for namespaceURIvoidsetPrefix(String prefixParam)Setter for prefixvoidsetString(String stringParam)Setter for string
-
-
-
Method Detail
-
getNamespaceURI
@JsProperty(name="namespaceURI") public String getNamespaceURI()
Native getter for namespaceURI- Returns:
- The namespaceURI JSON property
-
setNamespaceURI
@JsProperty(name="namespaceURI") public final void setNamespaceURI(String namespaceURIParam)
Setter for namespaceURI- Parameters:
namespaceURIParam- namespaceURI to set.
-
getLocalPart
@JsProperty(name="localPart") public String getLocalPart()
Native getter for localPart- Returns:
- The localPart JSON property
-
setLocalPart
@JsProperty(name="localPart") public final void setLocalPart(String localPartParam)
Setter for localPart- Parameters:
localPartParam- localPart to set.
-
getPrefix
@JsProperty(name="prefix") public String getPrefix()
Native getter for prefix- Returns:
- The prefix JSON property
-
setPrefix
@JsProperty(name="prefix") public final void setPrefix(String prefixParam)
Setter for prefix- Parameters:
prefixParam- prefix to set.
-
getKey
@JsProperty(name="key") public String getKey()
Native getter for key- Returns:
- The key JSON property
-
setKey
@JsProperty(name="key") public final void setKey(String keyParam)
Setter for key- Parameters:
keyParam- key to set.
-
getString
@JsProperty(name="string") public String getString()
Native getter for string- Returns:
- The string JSON property
-
setString
@JsProperty(name="string") public final void setString(String stringParam)
Setter for string- Parameters:
stringParam- string to set.
-
-