@Portable public class LiteralExpression extends Expression implements IsLiteralExpression, DomainObject
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 |
|---|
LiteralExpression() |
LiteralExpression(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, waitgetId, getTypeRefprotected Text text
protected ImportedValues importedValues
protected ExpressionLanguage expressionLanguage
public LiteralExpression()
public LiteralExpression(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()
public void setExpressionLanguage(ExpressionLanguage expressionLanguage)
public String getDomainObjectUUID()
getDomainObjectUUID in interface DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.