Package org.flowable.dmn.model
Class NamedElement
- java.lang.Object
-
- org.flowable.dmn.model.DmnElement
-
- org.flowable.dmn.model.NamedElement
-
- Direct Known Subclasses:
AuthorityRequirement,DmnDefinition,DRGElement,InformationItem,InformationRequirement,ItemDefinition
public abstract class NamedElement extends DmnElement
- Author:
- Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringname-
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description NamedElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidsetName(String name)-
Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
-