@Portable public class OutputClause extends DMNElement implements HasTypeRef, DomainObject
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
Modifier and Type | Field and Description |
---|---|
protected OutputClauseLiteralExpression |
defaultOutputEntry |
protected OutputClauseUnaryTests |
outputValues |
description, id
Constructor and Description |
---|
OutputClause() |
OutputClause(Id id,
Description description,
OutputClauseUnaryTests outputValues,
OutputClauseLiteralExpression defaultOutputEntry,
String name,
QName typeRef) |
Modifier and Type | Method and Description |
---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
boolean |
equals(Object o) |
OutputClauseLiteralExpression |
getDefaultOutputEntry() |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
List<HasTypeRef> |
getHasTypeRefs() |
String |
getName() |
OutputClauseUnaryTests |
getOutputValues() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
QName |
getTypeRef() |
int |
hashCode() |
void |
setDefaultOutputEntry(OutputClauseLiteralExpression value) |
void |
setName(String value) |
void |
setOutputValues(OutputClauseUnaryTests value) |
void |
setTypeRef(QName value) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
protected OutputClauseUnaryTests outputValues
protected OutputClauseLiteralExpression defaultOutputEntry
public OutputClause()
public OutputClause(Id id, Description description, OutputClauseUnaryTests outputValues, OutputClauseLiteralExpression defaultOutputEntry, String name, QName typeRef)
public List<HasTypeRef> getHasTypeRefs()
getHasTypeRefs
in interface HasTypeRefs
public String getStunnerCategory()
public OutputClauseUnaryTests getOutputValues()
public void setOutputValues(OutputClauseUnaryTests value)
public OutputClauseLiteralExpression getDefaultOutputEntry()
public void setDefaultOutputEntry(OutputClauseLiteralExpression 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
public String getDomainObjectUUID()
getDomainObjectUUID
in interface DomainObject
public String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey
in interface DomainObject
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.