public class CamundaVariableOnPartImpl extends CmmnModelElementInstanceImpl implements CamundaVariableOnPart
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaVariableTransitionEvent> |
camundaVariableEventChild |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaVariableNameAttribute |
| Constructor and Description |
|---|
CamundaVariableOnPartImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
VariableTransition |
getVariableEvent() |
String |
getVariableName() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setVariableEvent(VariableTransition variableTransition) |
void |
setVariableName(String name) |
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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChildElement, 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> camundaVariableNameAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaVariableTransitionEvent> camundaVariableEventChild
public CamundaVariableOnPartImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public String getVariableName()
getVariableName in interface CamundaVariableOnPartpublic void setVariableName(String name)
setVariableName in interface CamundaVariableOnPartpublic VariableTransition getVariableEvent()
getVariableEvent in interface CamundaVariableOnPartpublic void setVariableEvent(VariableTransition variableTransition)
setVariableEvent in interface CamundaVariableOnPartCopyright © 2018 camunda services GmbH. All rights reserved.