public class CamundaPropertyImpl extends BpmnModelElementInstanceImpl implements CamundaProperty
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<String> |
camundaIdAttribute |
protected static Attribute<String> |
camundaNameAttribute |
protected static Attribute<String> |
camundaValueAttribute |
modelInstance| Constructor and Description |
|---|
CamundaPropertyImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaId() |
String |
getCamundaName() |
String |
getCamundaValue() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaId(String camundaId) |
void |
setCamundaName(String camundaName) |
void |
setCamundaValue(String camundaValue) |
builder, getScope, isScopeaddChildElement, 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, waitbuilder, getScope, isScopeaddChildElement, 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, updateAfterReplacementpublic CamundaPropertyImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaId()
getCamundaId in interface CamundaPropertypublic void setCamundaId(String camundaId)
setCamundaId in interface CamundaPropertypublic String getCamundaName()
getCamundaName in interface CamundaPropertypublic void setCamundaName(String camundaName)
setCamundaName in interface CamundaPropertypublic String getCamundaValue()
getCamundaValue in interface CamundaPropertypublic void setCamundaValue(String camundaValue)
setCamundaValue in interface CamundaPropertyCopyright © 2019. All rights reserved.