Package org.flowable.dmn.model
Class UnaryTests
- java.lang.Object
-
- org.flowable.dmn.model.DmnElement
-
- org.flowable.dmn.model.UnaryTests
-
public class UnaryTests extends DmnElement
- Author:
- Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexpressionLanguageprotected Stringtextprotected List<Object>textValues-
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description UnaryTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpressionLanguage()StringgetText()List<Object>getTextValues()voidsetExpressionLanguage(String expressionLanguage)voidsetText(String text)voidsetTextValues(List<Object> textValues)-
Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
-