public class LiteralExpressionImpl extends ExpressionImpl implements LiteralExpression
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
expressionLanguageAttribute |
protected static ChildElement<ImportedValues> |
importedValuesChild |
protected static ChildElement<Text> |
textChild |
typeRefAttribute
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
modelInstance
Constructor and Description |
---|
LiteralExpressionImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionLanguage() |
ImportedValues |
getImportValues() |
Text |
getText() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setImportValues(ImportedValues importedValues) |
void |
setText(Text text) |
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getTypeRef, setTypeRef
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElement<Text> textChild
protected static ChildElement<ImportedValues> importedValuesChild
public LiteralExpressionImpl(ModelTypeInstanceContext instanceContext)
public String getExpressionLanguage()
getExpressionLanguage
in interface LiteralExpression
public void setExpressionLanguage(String expressionLanguage)
setExpressionLanguage
in interface LiteralExpression
public Text getText()
getText
in interface LiteralExpression
public void setText(Text text)
setText
in interface LiteralExpression
public ImportedValues getImportValues()
getImportValues
in interface LiteralExpression
public void setImportValues(ImportedValues importedValues)
setImportValues
in interface LiteralExpression
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.