public abstract class DmnElement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<DmnExtensionAttribute>> |
attributes
extension attributes could be part of each element
|
protected String |
description |
protected Map<String,List<DmnExtensionElement>> |
extensionElements |
protected String |
id |
protected String |
label |
| Constructor and Description |
|---|
DmnElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(DmnExtensionAttribute attribute) |
void |
addExtensionElement(DmnExtensionElement extensionElement) |
Map<String,List<DmnExtensionAttribute>> |
getAttributes() |
String |
getAttributeValue(String namespace,
String name) |
String |
getDescription() |
Map<String,List<DmnExtensionElement>> |
getExtensionElements() |
String |
getId() |
String |
getLabel() |
void |
setAttributes(Map<String,List<DmnExtensionAttribute>> attributes) |
void |
setDescription(String description) |
void |
setExtensionElements(Map<String,List<DmnExtensionElement>> extensionElements) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setValues(DmnElement otherElement) |
protected String id
protected String label
protected String description
protected Map<String,List<DmnExtensionElement>> extensionElements
protected Map<String,List<DmnExtensionAttribute>> attributes
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
public Map<String,List<DmnExtensionElement>> getExtensionElements()
public void addExtensionElement(DmnExtensionElement extensionElement)
public void setExtensionElements(Map<String,List<DmnExtensionElement>> extensionElements)
public Map<String,List<DmnExtensionAttribute>> getAttributes()
public void setAttributes(Map<String,List<DmnExtensionAttribute>> attributes)
public void addAttribute(DmnExtensionAttribute attribute)
public void setValues(DmnElement otherElement)
Copyright © 2021 Flowable. All rights reserved.