public class TDMNElement extends KieDMNModelInstrumentedBase implements DMNElement
| Modifier and Type | Class and Description |
|---|---|
static class |
TDMNElement.TExtensionElements |
DMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected DMNElement.ExtensionElements |
extensionElements |
protected String |
id |
protected String |
label |
| 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, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected String description
protected DMNElement.ExtensionElements extensionElements
protected String id
protected String label
public 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–2020 JBoss by Red Hat. All rights reserved.