@JsType(isNative=true, namespace="<global>", name="Object") public class DMNDocumentationDataType extends Object
Constructor and Description |
---|
DMNDocumentationDataType() |
Modifier and Type | Method and Description |
---|---|
static DMNDocumentationDataType |
create(String name,
String type,
String listLabel,
String constraint,
int level) |
String |
getConstraint() |
int |
getLevel() |
String |
getListLabel() |
String |
getName() |
String |
getType() |
boolean |
isTopLevel() |
@JsOverlay public static DMNDocumentationDataType create(String name, String type, String listLabel, String constraint, int level)
@JsOverlay public final String getName()
@JsOverlay public final String getType()
@JsOverlay public final String getListLabel()
@JsOverlay public final String getConstraint()
@JsOverlay public final int getLevel()
@JsOverlay public final boolean isTopLevel()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.