public class ImportedValuesImpl extends ImportImpl implements ImportedValues
| 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<ImportedElement> |
importedElementChild |
importTypeAttribute, locationUriAttribute, namespaceAttribute| Constructor and Description |
|---|
ImportedValuesImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionLanguage() |
ImportedElement |
getImportedElement() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setImportedElement(ImportedElement importedElement) |
getImportType, getLocationUri, getNamespace, setImportType, setLocationUri, setNamespaceaddChildElement, 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, waitgetImportType, getLocationUri, getNamespace, setImportType, setLocationUri, setNamespaceaddChildElement, 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<ImportedElement> importedElementChild
public ImportedValuesImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getExpressionLanguage()
getExpressionLanguage in interface ImportedValuespublic void setExpressionLanguage(String expressionLanguage)
setExpressionLanguage in interface ImportedValuespublic ImportedElement getImportedElement()
getImportedElement in interface ImportedValuespublic void setImportedElement(ImportedElement importedElement)
setImportedElement in interface ImportedValuespublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.