Class JSIStyle
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di.JSIStyle
-
- Direct Known Subclasses:
JSIDMNStyle
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DI__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__di__JSIStyle", isNative=true) public class JSIStyle extends ObjectJSInterop adapter forStyle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJSIStyle.JSIExtensionJSInterop adapter forExtension
-
Constructor Summary
Constructors Constructor Description JSIStyle()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JSIStyle.JSIExtensiongetExtension()Native getter for extensionStringgetId()Native getter for idstatic JSINamegetJSIName()Getter for specificJSINameMap<QName,String>getOtherAttributes()Native getter for otherAttributesstatic Map<QName,String>getOtherAttributesMap(JSIStyle instance)StringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidsetExtension(JSIStyle.JSIExtension extensionParam)Setter for extensionvoidsetId(String idParam)Setter for idvoidsetOtherAttributes(Map<QName,String> otherAttributesParam)Setter for otherAttributes
-
-
-
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- Returns:
- The TYPE_NAME JSON property
-
getExtension
@JsProperty(name="extension") public JSIStyle.JSIExtension getExtension()
Native getter for extension- Returns:
- The extension JSON property
-
setExtension
@JsProperty(name="extension") public final void setExtension(JSIStyle.JSIExtension extensionParam)
Setter for extension- Parameters:
extensionParam- extension to set.
-
getId
@JsProperty(name="id") public String getId()
Native getter for id- Returns:
- The id JSON property
-
setId
@JsProperty(name="id") public final void setId(String idParam)
Setter for id- Parameters:
idParam- id to set.
-
getOtherAttributes
@JsProperty(name="otherAttributes") public Map<QName,String> getOtherAttributes()
Native getter for otherAttributes- Returns:
- The otherAttributes JSON property
-
setOtherAttributes
@JsProperty(name="otherAttributes") public final void setOtherAttributes(Map<QName,String> otherAttributesParam)
Setter for otherAttributes- Parameters:
otherAttributesParam- otherAttributes to set.
-
-