org.camunda.bpm.model.cmmn.impl.instance
Class CaseFileItemImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
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
| 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)
|
| 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 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 |
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
sourceRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItem> sourceRefAttribute
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
CaseFileItemImpl
public CaseFileItemImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
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
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 © 2014 camunda services GmbH. All rights reserved.