org.camunda.bpm.model.cmmn.impl.instance
Class CmmnElementImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
ApplicabilityRuleImpl, CaseFileImpl, CaseFileItemDefinitionImpl, CaseFileItemImpl, CaseImpl, ChildrenImpl, ExpressionImpl, IfPartImpl, ManualActivationRuleImpl, OnPartImpl, ParameterImpl, ParameterMappingImpl, PlanItemControlImpl, PlanItemDefinitionImpl, PlanItemImpl, ProcessImpl, PropertyImpl, RelationshipImpl, RepetitionRuleImpl, RequiredRuleImpl, RoleImpl, SentryImpl, StartTriggerImpl, TableItemImpl

public abstract class CmmnElementImpl
extends CmmnModelElementInstanceImpl
implements CmmnElement

Author:
Roman Smirnov

Field Summary
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> descriptionAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> extensionElementsChild
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute
           
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
CmmnElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 String getDescription()
           
 ExtensionElements getExtensionElements()
           
 String getId()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setDescription(String description)
           
 void setExtensionElements(ExtensionElements extensionElements)
           
 void setId(String id)
           
 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
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
 

Field Detail

idAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute

descriptionAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> descriptionAttribute

extensionElementsChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> extensionElementsChild
Constructor Detail

CmmnElementImpl

public CmmnElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

getId

public String getId()
Specified by:
getId in interface CmmnElement

setId

public void setId(String id)
Specified by:
setId in interface CmmnElement

getDescription

public String getDescription()
Specified by:
getDescription in interface CmmnElement

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface CmmnElement

getExtensionElements

public ExtensionElements getExtensionElements()
Specified by:
getExtensionElements in interface CmmnElement

setExtensionElements

public void setExtensionElements(ExtensionElements extensionElements)
Specified by:
setExtensionElements in interface CmmnElement

registerType

public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)


Copyright © 2015 camunda services GmbH. All rights reserved.