@Portable public class LiteralExpression extends Expression implements DomainObject
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected ExpressionLanguage |
expressionLanguage |
protected ImportedValues |
importedValues |
static String |
stunnerCategory |
protected String |
text |
typeRefdescription, 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, setTypeRefgetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentpublic 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 DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.