Uses of Class
org.flowable.dmn.model.LiteralExpression
-
-
Uses of LiteralExpression in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as LiteralExpression Modifier and Type Field Description protected LiteralExpressionOutputClause. defaultOutputEntryprotected LiteralExpressionInputClause. inputExpressionMethods in org.flowable.dmn.model that return LiteralExpression Modifier and Type Method Description LiteralExpressionOutputClause. getDefaultOutputEntry()LiteralExpressionInputClause. getInputExpression()LiteralExpressionRuleOutputClauseContainer. getOutputEntry()Methods in org.flowable.dmn.model with parameters of type LiteralExpression Modifier and Type Method Description voidOutputClause. setDefaultOutputEntry(LiteralExpression defaultOutputEntry)voidInputClause. setInputExpression(LiteralExpression inputExpression)voidRuleOutputClauseContainer. setOutputEntry(LiteralExpression outputEntry)Constructors in org.flowable.dmn.model with parameters of type LiteralExpression Constructor Description RuleOutputClauseContainer(OutputClause outputClause, LiteralExpression outputEntry)
-