public abstract class TDMNElement extends KieDMNModelInstrumentedBase implements DMNElement
| Modifier and Type | Class and Description |
|---|---|
static class |
TDMNElement.TExtensionElements |
DMNElement.ExtensionElementsURI_DMN, URI_FEEL, URI_KIE| Constructor and Description |
|---|
TDMNElement() |
| 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, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentpublic String getDescription()
getDescription in interface DMNElementpublic void setDescription(String value)
setDescription in interface DMNElementpublic DMNElement.ExtensionElements getExtensionElements()
getExtensionElements in interface DMNElementpublic void setExtensionElements(DMNElement.ExtensionElements value)
setExtensionElements in interface DMNElementpublic String getId()
getId in interface DMNElementpublic void setId(String value)
setId in interface DMNElementpublic String getLabel()
getLabel in interface DMNElementpublic void setLabel(String value)
setLabel in interface DMNElementCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.