@Portable public class OutputClause extends DMNElement
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>
description, id
Constructor and Description |
---|
OutputClause() |
OutputClause(Id id,
Description description,
UnaryTests outputValues,
LiteralExpression defaultOutputEntry,
String name,
QName typeRef) |
Modifier and Type | Method and Description |
---|---|
LiteralExpression |
getDefaultOutputEntry() |
String |
getName() |
UnaryTests |
getOutputValues() |
QName |
getTypeRef() |
void |
setDefaultOutputEntry(LiteralExpression value) |
void |
setName(String value) |
void |
setOutputValues(UnaryTests value) |
void |
setTypeRef(QName value) |
getDescription, getExtensionElements, getId, getOtherAttributes, setDescription, setExtensionElements, setId
getNsContext
public OutputClause()
public OutputClause(Id id, Description description, UnaryTests outputValues, LiteralExpression defaultOutputEntry, String name, QName typeRef)
public UnaryTests getOutputValues()
public void setOutputValues(UnaryTests value)
public LiteralExpression getDefaultOutputEntry()
public void setDefaultOutputEntry(LiteralExpression value)
public String getName()
public void setName(String value)
public QName getTypeRef()
public void setTypeRef(QName value)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.