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, isScope
addChildElement, 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 CamundaPropertyImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaId()
getCamundaId
in interface CamundaProperty
public void setCamundaId(String camundaId)
setCamundaId
in interface CamundaProperty
public String getCamundaName()
getCamundaName
in interface CamundaProperty
public void setCamundaName(String camundaName)
setCamundaName
in interface CamundaProperty
public String getCamundaValue()
getCamundaValue
in interface CamundaProperty
public void setCamundaValue(String camundaValue)
setCamundaValue
in interface CamundaProperty
Copyright © 2015. All rights reserved.