@Portable public class OutputClause extends DMNElement implements HasTypeRef
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
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 |
---|---|
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, setId
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
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()
getTypeRef
in interface HasTypeRef
public void setTypeRef(QName value)
setTypeRef
in interface HasTypeRef
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase
in interface HasTypeRef
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.