@Portable public class LiteralExpression extends Expression implements IsLiteralExpression, DomainObject
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
Modifier and Type | Field and Description |
---|---|
protected ExpressionLanguage |
expressionLanguage |
protected ImportedValues |
importedValues |
protected Text |
text |
componentWidths, typeRef
description, 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() |
int |
getRequiredComponentWidthCount()
Returns the expected number of components to correctly represent an
Expression in the editor. |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
Text |
getText() |
int |
hashCode() |
void |
setExpressionLanguage(ExpressionLanguage expressionLanguage) |
void |
setImportedValues(ImportedValues importedValues) |
void |
setText(Text text) |
asDMNModelInstrumentedBase, getComponentWidths, getHasTypeRefs, getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getId, getTypeRef
protected 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 IsLiteralExpression
public void setText(Text text)
public ImportedValues getImportedValues()
getImportedValues
in interface IsLiteralExpression
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
public int getRequiredComponentWidthCount()
HasComponentWidths
Expression
in the editor.getRequiredComponentWidthCount
in interface HasComponentWidths
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.