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

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.ItemComponentImpl
All Implemented Interfaces:
DmnModelElementInstance, ItemComponent, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class ItemComponentImpl
extends DmnModelElementInstanceImpl
implements ItemComponent


Field Summary
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<ItemDefinition,ItemDefinitionReference> itemDefinitionRef
           
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
ItemComponentImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 ItemDefinition getItemDefinition()
           
 String getName()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setItemDefinition(ItemDefinition itemDefinition)
           
 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

nameAttribute

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

itemDefinitionRef

protected static org.camunda.bpm.model.xml.type.reference.ElementReference<ItemDefinition,ItemDefinitionReference> itemDefinitionRef
Constructor Detail

ItemComponentImpl

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

getName

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

setName

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

getItemDefinition

public ItemDefinition getItemDefinition()
Specified by:
getItemDefinition in interface ItemComponent

setItemDefinition

public void setItemDefinition(ItemDefinition itemDefinition)
Specified by:
setItemDefinition in interface ItemComponent

registerType

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


Copyright © 2015 camunda services GmbH. All rights reserved.