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

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
              extended by org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
All Implemented Interfaces:
CaseFileItem, CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class CaseFileItemImpl
extends CmmnElementImpl
implements CaseFileItem

Author:
Roman Smirnov

Field Summary
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Children> childrenChild
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItemDefinition> definitionRefAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<MultiplicityEnum> multiplicityAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItem> sourceRefAttribute
          Deprecated. 
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<CaseFileItem> sourceRefCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<CaseFileItem> targetRefCollection
           
 
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
CaseFileItemImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 Children getChildren()
           
 CaseFileItemDefinition getDefinitionRef()
           
 MultiplicityEnum getMultiplicity()
           
 String getName()
           
 CaseFileItem getSourceRef()
           
 Collection<CaseFileItem> getSourceRefs()
           
 Collection<CaseFileItem> getTargetRefs()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setChildren(Children children)
           
 void setDefinitionRef(CaseFileItemDefinition caseFileItemDefinition)
           
 void setMultiplicity(MultiplicityEnum multiplicity)
           
 void setName(String name)
           
 void setSourceRef(CaseFileItem sourceRef)
           
 
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
 
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.cmmn.instance.CmmnElement
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
 
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

multiplicityAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<MultiplicityEnum> multiplicityAttribute

definitionRefAttribute

protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItemDefinition> definitionRefAttribute

targetRefCollection

protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<CaseFileItem> targetRefCollection

childrenChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<Children> childrenChild

sourceRefAttribute

@Deprecated
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItem> sourceRefAttribute
Deprecated. 

sourceRefCollection

protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<CaseFileItem> sourceRefCollection
Constructor Detail

CaseFileItemImpl

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

getName

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

setName

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

getMultiplicity

public MultiplicityEnum getMultiplicity()
Specified by:
getMultiplicity in interface CaseFileItem

setMultiplicity

public void setMultiplicity(MultiplicityEnum multiplicity)
Specified by:
setMultiplicity in interface CaseFileItem

getDefinitionRef

public CaseFileItemDefinition getDefinitionRef()
Specified by:
getDefinitionRef in interface CaseFileItem

setDefinitionRef

public void setDefinitionRef(CaseFileItemDefinition caseFileItemDefinition)
Specified by:
setDefinitionRef in interface CaseFileItem

getSourceRef

public CaseFileItem getSourceRef()
Specified by:
getSourceRef in interface CaseFileItem

setSourceRef

public void setSourceRef(CaseFileItem sourceRef)
Specified by:
setSourceRef in interface CaseFileItem

getSourceRefs

public Collection<CaseFileItem> getSourceRefs()
Specified by:
getSourceRefs in interface CaseFileItem

getTargetRefs

public Collection<CaseFileItem> getTargetRefs()
Specified by:
getTargetRefs in interface CaseFileItem

getChildren

public Children getChildren()
Specified by:
getChildren in interface CaseFileItem

setChildren

public void setChildren(Children children)
Specified by:
setChildren in interface CaseFileItem

registerType

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


Copyright © 2016 camunda services GmbH. All rights reserved.