Uses of Class
org.kie.workbench.common.dmn.api.definition.model.OutputClauseLiteralExpression
-
Packages that use OutputClauseLiteralExpression Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of OutputClauseLiteralExpression in org.kie.workbench.common.dmn.api.definition.model
Fields in org.kie.workbench.common.dmn.api.definition.model declared as OutputClauseLiteralExpression Modifier and Type Field Description protected OutputClauseLiteralExpressionOutputClause. defaultOutputEntryMethods in org.kie.workbench.common.dmn.api.definition.model that return OutputClauseLiteralExpression Modifier and Type Method Description OutputClauseLiteralExpressionOutputClauseLiteralExpression. copy()OutputClauseLiteralExpressionOutputClause. getDefaultOutputEntry()Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type OutputClauseLiteralExpression Modifier and Type Method Description voidOutputClause. setDefaultOutputEntry(OutputClauseLiteralExpression value)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type OutputClauseLiteralExpression Constructor Description OutputClause(Id id, Description description, OutputClauseUnaryTests outputValues, OutputClauseLiteralExpression defaultOutputEntry, String name, QName typeRef)
-