@Portable public class OutputClauseLiteralExpression extends Expression 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".DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected ExpressionLanguage |
expressionLanguage |
protected ImportedValues |
importedValues |
protected Text |
text |
typeRefdescription, id| Constructor and Description |
|---|
OutputClauseLiteralExpression() |
OutputClauseLiteralExpression(Id id,
Description description,
QName typeRef,
Text text,
ImportedValues importedValues,
ExpressionLanguage expressionLanguage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
ExpressionLanguage |
getExpressionLanguage() |
ImportedValues |
getImportedValues() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
Text |
getText() |
int |
hashCode() |
void |
setExpressionLanguage(ExpressionLanguage expressionLanguage) |
void |
setImportedValues(ImportedValues importedValues) |
void |
setText(Text text) |
asDMNModelInstrumentedBase, getTypeRef, setTypeRefgetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getId, getTypeRefprotected Text text
protected ImportedValues importedValues
protected ExpressionLanguage expressionLanguage
public OutputClauseLiteralExpression()
public OutputClauseLiteralExpression(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues, ExpressionLanguage expressionLanguage)
public String getStunnerCategory()
public Text getText()
getText in interface IsLiteralExpressionpublic void setText(Text text)
public ImportedValues getImportedValues()
getImportedValues in interface IsLiteralExpressionpublic void setImportedValues(ImportedValues importedValues)
public ExpressionLanguage getExpressionLanguage()
getExpressionLanguage in interface IsLiteralExpressionpublic void setExpressionLanguage(ExpressionLanguage expressionLanguage)
public String getDomainObjectUUID()
getDomainObjectUUID in interface DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.