org.camunda.bpm.model.dmn.impl
Class NamedDmnElementImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.dmn.impl.DmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.dmn.impl.NamedDmnElementImpl
All Implemented Interfaces:
DmnElement, DmnModelElementInstance, NamedDmnElement, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
InformationItemImpl

public abstract class NamedDmnElementImpl
extends DmnModelElementInstanceImpl
implements NamedDmnElement


Field Summary
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Description> descriptionChild
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
           
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
NamedDmnElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 
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, 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

nameAttribute

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

descriptionChild

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

NamedDmnElementImpl

public NamedDmnElementImpl(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

getName

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

setName

public void setName(String name)
Specified by:
setName in interface DmnElement

getDescription

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

setDescription

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

registerType

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


Copyright © 2015 camunda services GmbH. All rights reserved.