Class OutputClause
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.DMNElement
-
- org.kie.workbench.common.dmn.api.definition.model.OutputClause
-
- All Implemented Interfaces:
DMNDefinition,HasTypeRef,HasTypeRefs,org.kie.workbench.common.stunner.core.domainobject.DomainObject
@Portable public class OutputClause extends DMNElement implements HasTypeRef, org.kie.workbench.common.stunner.core.domainobject.DomainObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
DMNElement.ExtensionElements
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
-
Field Summary
Fields Modifier and Type Field Description protected OutputClauseLiteralExpressiondefaultOutputEntryprotected OutputClauseUnaryTestsoutputValues-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
description, id
-
-
Constructor Summary
Constructors Constructor Description OutputClause()OutputClause(Id id, Description description, OutputClauseUnaryTests outputValues, OutputClauseLiteralExpression defaultOutputEntry, String name, QName typeRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMNModelInstrumentedBaseasDMNModelInstrumentedBase()OutputClausecopy()booleanequals(Object o)OutputClauseLiteralExpressiongetDefaultOutputEntry()StringgetDomainObjectNameTranslationKey()StringgetDomainObjectUUID()List<HasTypeRef>getHasTypeRefs()StringgetName()OutputClauseUnaryTestsgetOutputValues()StringgetStunnerCategory()Set<String>getStunnerLabels()QNamegetTypeRef()inthashCode()voidsetDefaultOutputEntry(OutputClauseLiteralExpression value)voidsetName(String value)voidsetOutputValues(OutputClauseUnaryTests value)voidsetTypeRef(QName value)-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
-
-
-
Field Detail
-
outputValues
protected OutputClauseUnaryTests outputValues
-
defaultOutputEntry
protected OutputClauseLiteralExpression defaultOutputEntry
-
-
Constructor Detail
-
OutputClause
public OutputClause()
-
OutputClause
public OutputClause(Id id, Description description, OutputClauseUnaryTests outputValues, OutputClauseLiteralExpression defaultOutputEntry, String name, QName typeRef)
-
-
Method Detail
-
copy
public OutputClause copy()
-
getHasTypeRefs
public List<HasTypeRef> getHasTypeRefs()
- Specified by:
getHasTypeRefsin interfaceHasTypeRefs
-
getStunnerCategory
public String getStunnerCategory()
-
getOutputValues
public OutputClauseUnaryTests getOutputValues()
-
setOutputValues
public void setOutputValues(OutputClauseUnaryTests value)
-
getDefaultOutputEntry
public OutputClauseLiteralExpression getDefaultOutputEntry()
-
setDefaultOutputEntry
public void setDefaultOutputEntry(OutputClauseLiteralExpression value)
-
getName
public String getName()
-
setName
public void setName(String value)
-
getTypeRef
public QName getTypeRef()
- Specified by:
getTypeRefin interfaceHasTypeRef
-
setTypeRef
public void setTypeRef(QName value)
- Specified by:
setTypeRefin interfaceHasTypeRef
-
asDMNModelInstrumentedBase
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
- Specified by:
asDMNModelInstrumentedBasein interfaceHasTypeRef
-
getDomainObjectUUID
public String getDomainObjectUUID()
- Specified by:
getDomainObjectUUIDin interfaceorg.kie.workbench.common.stunner.core.domainobject.DomainObject
-
getDomainObjectNameTranslationKey
public String getDomainObjectNameTranslationKey()
- Specified by:
getDomainObjectNameTranslationKeyin interfaceorg.kie.workbench.common.stunner.core.domainobject.DomainObject
-
-