@Portable public class OutputClause extends DMNElement implements HasTypeRef
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespacedescription, id| Constructor and Description |
|---|
OutputClause() |
OutputClause(Id id,
Description description,
UnaryTests outputValues,
LiteralExpression defaultOutputEntry,
String name,
QName typeRef) |
| Modifier and Type | Method and Description |
|---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
boolean |
equals(Object o) |
LiteralExpression |
getDefaultOutputEntry() |
String |
getName() |
UnaryTests |
getOutputValues() |
QName |
getTypeRef() |
int |
hashCode() |
void |
setDefaultOutputEntry(LiteralExpression value) |
void |
setName(String value) |
void |
setOutputValues(UnaryTests value) |
void |
setTypeRef(QName value) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentpublic 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()
getTypeRef in interface HasTypeRefpublic void setTypeRef(QName value)
setTypeRef in interface HasTypeRefpublic DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase in interface HasTypeRefCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.