public class LiteralExpressionImpl extends ExpressionImpl implements LiteralExpression
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
expressionLanguageAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ImportedValues> |
importedValuesChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Text> |
textChild |
typeRefAttributedescriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
LiteralExpressionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionLanguage() |
ImportedValues |
getImportValues() |
Text |
getText() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setImportValues(ImportedValues importedValues) |
void |
setText(Text text) |
getTypeRef, setTypeRefgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetTypeRef, setTypeRefgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Text> textChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ImportedValues> importedValuesChild
public LiteralExpressionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getExpressionLanguage()
getExpressionLanguage in interface LiteralExpressionpublic void setExpressionLanguage(String expressionLanguage)
setExpressionLanguage in interface LiteralExpressionpublic Text getText()
getText in interface LiteralExpressionpublic void setText(Text text)
setText in interface LiteralExpressionpublic ImportedValues getImportValues()
getImportValues in interface LiteralExpressionpublic void setImportValues(ImportedValues importedValues)
setImportValues in interface LiteralExpressionpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2015–2019 camunda services GmbH. All rights reserved.