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, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
protected String description
protected DMNElement.ExtensionElements extensionElements
protected String id
protected String label
public String getDescription()
getDescription
in interface DMNElement
public void setDescription(String value)
setDescription
in interface DMNElement
public DMNElement.ExtensionElements getExtensionElements()
getExtensionElements
in interface DMNElement
public void setExtensionElements(DMNElement.ExtensionElements value)
setExtensionElements
in interface DMNElement
public String getId()
getId
in interface DMNElement
public void setId(String value)
setId
in interface DMNElement
public String getLabel()
getLabel
in interface DMNElement
public void setLabel(String value)
setLabel
in interface DMNElement
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.