@Portable public class LiteralExpression extends Expression implements DomainObject
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
Modifier and Type | Field and Description |
---|---|
protected ExpressionLanguage |
expressionLanguage |
protected ImportedValues |
importedValues |
static String |
stunnerCategory |
protected String |
text |
typeRef
description, id
Constructor and Description |
---|
LiteralExpression() |
LiteralExpression(Id id,
Description description,
QName typeRef,
String 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() |
String |
getText() |
int |
hashCode() |
void |
setExpressionLanguage(ExpressionLanguage expressionLanguage) |
void |
setImportedValues(ImportedValues importedValues) |
void |
setText(String text) |
asDMNModelInstrumentedBase, getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
public static final transient String stunnerCategory
protected String text
protected ImportedValues importedValues
protected ExpressionLanguage expressionLanguage
public LiteralExpression()
public LiteralExpression(Id id, Description description, QName typeRef, String text, ImportedValues importedValues, ExpressionLanguage expressionLanguage)
public String getStunnerCategory()
public String getText()
public void setText(String text)
public ImportedValues getImportedValues()
public void setImportedValues(ImportedValues importedValues)
public ExpressionLanguage getExpressionLanguage()
public void setExpressionLanguage(ExpressionLanguage expressionLanguage)
public String getDomainObjectUUID()
getDomainObjectUUID
in interface DomainObject
public String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey
in interface DomainObject
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.