Package org.flowable.dmn.model
Class DmnExtensionElement
java.lang.Object
org.flowable.dmn.model.DmnElement
org.flowable.dmn.model.DmnExtensionElement
- Author:
- Bassam Al-Sarori
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String,
List<DmnExtensionAttribute>> extension attributes could be part of each elementprotected Map<String,
List<DmnExtensionElement>> protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.dmn.model.DmnElement
description, extensionElements, id, label
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChildElement
(DmnExtensionElement childElement) clone()
getName()
void
setChildElements
(Map<String, List<DmnExtensionElement>> childElements) void
setElementText
(String elementText) void
void
setNamespace
(String namespace) void
setNamespacePrefix
(String namespacePrefix) void
setValues
(DmnExtensionElement otherElement) Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
Field Details
-
name
-
namespacePrefix
-
namespace
-
elementText
-
childElements
-
attributes
extension attributes could be part of each element
-
-
Constructor Details
-
DmnExtensionElement
public DmnExtensionElement()
-
-
Method Details