Class DMNDocumentationDataType
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.documentation.common.DMNDocumentationDataType
-
@JsType(isNative=true, namespace="<global>", name="Object") public class DMNDocumentationDataType extends Object
-
-
Constructor Summary
Constructors Constructor Description DMNDocumentationDataType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DMNDocumentationDataTypecreate(String name, String type, String listLabel, String constraint, int level)StringgetConstraint()intgetLevel()StringgetListLabel()StringgetName()StringgetType()booleanisTopLevel()
-
-
-
Method Detail
-
create
@JsOverlay public static DMNDocumentationDataType create(String name, String type, String listLabel, String constraint, int level)
-
getName
@JsOverlay public final String getName()
-
getType
@JsOverlay public final String getType()
-
getListLabel
@JsOverlay public final String getListLabel()
-
getConstraint
@JsOverlay public final String getConstraint()
-
getLevel
@JsOverlay public final int getLevel()
-
isTopLevel
@JsOverlay public final boolean isTopLevel()
-
-