@JsType(isNative=true, namespace="<global>", name="Object") public class DMNDocumentationDRD extends Object
Modifier and Type | Method and Description |
---|---|
static DMNDocumentationDRD |
create(String drdName,
String drdType,
String drdDescription,
String drdBoxedExpressionImage,
List<DMNDocumentationExternalLink> externalLinks,
boolean hasExternalLinks) |
String |
getDrdBoxedExpressionImage() |
String |
getDrdDescription() |
elemental2.core.JsArray<DMNDocumentationExternalLink> |
getDrdExternalLinks() |
String |
getDrdName() |
String |
getDrdType() |
boolean |
getHasExternalLinks() |
@JsOverlay public static DMNDocumentationDRD create(String drdName, String drdType, String drdDescription, String drdBoxedExpressionImage, List<DMNDocumentationExternalLink> externalLinks, boolean hasExternalLinks)
@JsOverlay public final String getDrdName()
@JsOverlay public final String getDrdType()
@JsOverlay public final String getDrdDescription()
@JsOverlay public final String getDrdBoxedExpressionImage()
@JsOverlay public final elemental2.core.JsArray<DMNDocumentationExternalLink> getDrdExternalLinks()
@JsOverlay public final boolean getHasExternalLinks()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.