Package org.flowable.dmn.model
Class Expression
- java.lang.Object
-
- org.flowable.dmn.model.DmnElement
-
- org.flowable.dmn.model.Expression
-
- Direct Known Subclasses:
DecisionTable,LiteralExpression
public abstract class Expression extends DmnElement
- Author:
- Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected StringtypeRef-
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description Expression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeRef()voidsetTypeRef(String typeRef)-
Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
-