@Portable public class OutputClauseLiteralExpression extends DMNModelInstrumentedBase implements IsLiteralExpression, 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 Id |
id |
protected ImportedValues |
importedValues |
protected Text |
text |
protected QName |
typeRef |
| Constructor and Description |
|---|
OutputClauseLiteralExpression() |
OutputClauseLiteralExpression(Id id,
QName typeRef,
Text text,
ImportedValues importedValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
Id |
getId() |
ImportedValues |
getImportedValues() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
Text |
getText() |
QName |
getTypeRef() |
int |
hashCode() |
void |
setImportedValues(ImportedValues importedValues) |
void |
setText(Text text) |
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentprotected Text text
protected Id id
protected QName typeRef
protected ImportedValues importedValues
public OutputClauseLiteralExpression()
public OutputClauseLiteralExpression(Id id, QName typeRef, Text text, ImportedValues importedValues)
public String getStunnerCategory()
public Id getId()
getId in interface IsLiteralExpressionpublic QName getTypeRef()
getTypeRef in interface IsLiteralExpressionpublic Text getText()
getText in interface IsLiteralExpressionpublic void setText(Text text)
public ImportedValues getImportedValues()
getImportedValues in interface IsLiteralExpressionpublic void setImportedValues(ImportedValues importedValues)
public String getDomainObjectUUID()
getDomainObjectUUID in interface DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.