@Portable public class OutputClause extends DMNElement implements HasTypeRef, DomainObject
DMNElement.ExtensionElementsDMNModelInstrumentedBase.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() |
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, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentprotected OutputClauseUnaryTests outputValues
protected OutputClauseLiteralExpression defaultOutputEntry
public OutputClause()
public OutputClause(Id id, Description description, OutputClauseUnaryTests outputValues, OutputClauseLiteralExpression defaultOutputEntry, String name, QName typeRef)
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 HasTypeRefpublic void setTypeRef(QName value)
setTypeRef in interface HasTypeRefpublic DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase in interface HasTypeRefpublic String getDomainObjectUUID()
getDomainObjectUUID in interface DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.