@Portable public class OutputClauseLiteralExpression extends DMNModelInstrumentedBase implements IsLiteralExpression, HasText, HasTypeRef, DMNPropertySet, DomainObject
LiteralExpression specifically for OutputClause
to expose the Text as a Form Property to the Dynamic Forms Engine with a specific
label for "Default Output value".DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected Id |
id |
protected ImportedValues |
importedValues |
protected Text |
text |
protected QName |
typeRef |
| Constructor and Description |
|---|
OutputClauseLiteralExpression() |
OutputClauseLiteralExpression(Id id,
Description description,
QName typeRef,
Text text,
ImportedValues importedValues) |
| Modifier and Type | Method and Description |
|---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
OutputClauseLiteralExpression |
copy() |
boolean |
equals(Object o) |
Description |
getDescription() |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
List<HasTypeRef> |
getHasTypeRefs() |
Id |
getId() |
ImportedValues |
getImportedValues() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
Text |
getText()
Returns the
Text
Convenience method replicating HasValue.getValue() to honour DMN model semantics. |
QName |
getTypeRef() |
int |
hashCode() |
void |
setDescription(Description description) |
void |
setImportedValues(ImportedValues importedValues) |
void |
setText(Text text)
Sets the
Text
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics. |
void |
setTypeRef(QName typeRef) |
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentprotected Id id
protected Description description
protected QName typeRef
protected Text text
protected ImportedValues importedValues
public OutputClauseLiteralExpression()
public OutputClauseLiteralExpression(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues)
public OutputClauseLiteralExpression copy()
public List<HasTypeRef> getHasTypeRefs()
getHasTypeRefs in interface HasTypeRefspublic String getStunnerCategory()
public Id getId()
getId in interface IsLiteralExpressionpublic Description getDescription()
getDescription in interface IsLiteralExpressionpublic void setDescription(Description description)
public QName getTypeRef()
getTypeRef in interface HasTypeRefgetTypeRef in interface IsLiteralExpressionpublic void setTypeRef(QName typeRef)
setTypeRef in interface HasTypeRefpublic Text getText()
HasTextText
Convenience method replicating HasValue.getValue() to honour DMN model semantics.getText in interface HasTextgetText in interface IsLiteralExpressionpublic void setText(Text text)
HasTextText
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics.public ImportedValues getImportedValues()
getImportedValues in interface IsLiteralExpressionpublic void setImportedValues(ImportedValues importedValues)
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase in interface HasTypeRefpublic String getDomainObjectUUID()
getDomainObjectUUID in interface DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.