public class CamundaValueImpl extends BpmnModelElementInstanceImpl implements CamundaValue
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaIdAttribute |
protected static Attribute<String> |
camundaNameAttribute |
modelInstance
Constructor and Description |
---|
CamundaValueImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaId() |
String |
getCamundaName() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaId(String camundaId) |
void |
setCamundaName(String camundaName) |
builder, getScope, isScope
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
public CamundaValueImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaId()
getCamundaId
in interface CamundaValue
public void setCamundaId(String camundaId)
setCamundaId
in interface CamundaValue
public String getCamundaName()
getCamundaName
in interface CamundaValue
public void setCamundaName(String camundaName)
setCamundaName
in interface CamundaValue
Copyright © 2017. All rights reserved.