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, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
String 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–2020 JBoss by Red Hat. All rights reserved.