public class DmnExtensionElement extends DmnElement
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<DmnExtensionAttribute>> |
attributes
extension attributes could be part of each element
|
protected Map<String,List<DmnExtensionElement>> |
childElements |
protected String |
elementText |
protected String |
name |
protected String |
namespace |
protected String |
namespacePrefix |
description, extensionElements, id, label| Constructor and Description |
|---|
DmnExtensionElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildElement(DmnExtensionElement childElement) |
DmnExtensionElement |
clone() |
Map<String,List<DmnExtensionElement>> |
getChildElements() |
String |
getElementText() |
String |
getName() |
String |
getNamespace() |
String |
getNamespacePrefix() |
void |
setChildElements(Map<String,List<DmnExtensionElement>> childElements) |
void |
setElementText(String elementText) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setNamespacePrefix(String namespacePrefix) |
void |
setValues(DmnExtensionElement otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValuesprotected String name
protected String namespacePrefix
protected String namespace
protected String elementText
protected Map<String,List<DmnExtensionElement>> childElements
protected Map<String,List<DmnExtensionAttribute>> attributes
public String getElementText()
public void setElementText(String elementText)
public String getName()
public void setName(String name)
public String getNamespacePrefix()
public void setNamespacePrefix(String namespacePrefix)
public String getNamespace()
public void setNamespace(String namespace)
public Map<String,List<DmnExtensionElement>> getChildElements()
public void addChildElement(DmnExtensionElement childElement)
public void setChildElements(Map<String,List<DmnExtensionElement>> childElements)
public DmnExtensionElement clone()
public void setValues(DmnExtensionElement otherElement)
Copyright © 2020 Flowable. All rights reserved.