org.camunda.bpm.model.dmn.impl.instance
Class DmnElementImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
All Implemented Interfaces:
DmnElement, DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
ArtifactImpl, DecisionRuleImpl, ExpressionImpl, InputClauseImpl, NamedElementImpl, OutputClauseImpl, UnaryTestsImpl

public abstract class DmnElementImpl
extends DmnModelElementInstanceImpl
implements DmnElement


Field Summary
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Description> descriptionChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> extensionElementsChild
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> labelAttribute
           
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
DmnElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 Description getDescription()
           
 ExtensionElements getExtensionElements()
           
 String getId()
           
 String getLabel()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setDescription(Description description)
           
 void setExtensionElements(ExtensionElements extensionElements)
           
 void setId(String id)
           
 void setLabel(String label)
           
 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
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, 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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Field Detail

idAttribute

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

labelAttribute

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

descriptionChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<Description> descriptionChild

extensionElementsChild

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

DmnElementImpl

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

getId

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

setId

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

getLabel

public String getLabel()
Specified by:
getLabel in interface DmnElement

setLabel

public void setLabel(String label)
Specified by:
setLabel in interface DmnElement

getDescription

public Description getDescription()
Specified by:
getDescription in interface DmnElement

setDescription

public void setDescription(Description description)
Specified by:
setDescription in interface DmnElement

getExtensionElements

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

setExtensionElements

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

registerType

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


Copyright © 2017 camunda services GmbH. All rights reserved.