public interface DMNElement extends DMNModelInstrumentedBase
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DMNElement.ExtensionElements |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
DMNElement.ExtensionElements |
getExtensionElements() |
String |
getId() |
String |
getLabel() |
void |
setDescription(String value) |
void |
setExtensionElements(DMNElement.ExtensionElements value) |
void |
setId(String value) |
void |
setLabel(String value) |
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentString getDescription()
void setDescription(String value)
DMNElement.ExtensionElements getExtensionElements()
void setExtensionElements(DMNElement.ExtensionElements value)
String getId()
void setId(String value)
String getLabel()
void setLabel(String value)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.