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
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElement<Children>childrenChildprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItemDefinition>definitionRefAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<MultiplicityEnum>multiplicityAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>nameAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItem>sourceRefAttributeDeprecated.protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<CaseFileItem>sourceRefCollectionprotected 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
-
-
Constructor Summary
Constructors Constructor Description CaseFileItemImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildrengetChildren()CaseFileItemDefinitiongetDefinitionRef()MultiplicityEnumgetMultiplicity()StringgetName()CaseFileItemgetSourceRef()Collection<CaseFileItem>getSourceRefs()Collection<CaseFileItem>getTargetRefs()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)voidsetChildren(Children children)voidsetDefinitionRef(CaseFileItemDefinition caseFileItemDefinition)voidsetMultiplicity(MultiplicityEnum multiplicity)voidsetName(String name)voidsetSourceRef(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, 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.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, setAttributeValue, setAttributeValueNs, 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
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceCaseFileItem
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceCaseFileItem
-
getMultiplicity
public MultiplicityEnum getMultiplicity()
- Specified by:
getMultiplicityin interfaceCaseFileItem
-
setMultiplicity
public void setMultiplicity(MultiplicityEnum multiplicity)
- Specified by:
setMultiplicityin interfaceCaseFileItem
-
getDefinitionRef
public CaseFileItemDefinition getDefinitionRef()
- Specified by:
getDefinitionRefin interfaceCaseFileItem
-
setDefinitionRef
public void setDefinitionRef(CaseFileItemDefinition caseFileItemDefinition)
- Specified by:
setDefinitionRefin interfaceCaseFileItem
-
getSourceRef
public CaseFileItem getSourceRef()
- Specified by:
getSourceRefin interfaceCaseFileItem
-
setSourceRef
public void setSourceRef(CaseFileItem sourceRef)
- Specified by:
setSourceRefin interfaceCaseFileItem
-
getSourceRefs
public Collection<CaseFileItem> getSourceRefs()
- Specified by:
getSourceRefsin interfaceCaseFileItem
-
getTargetRefs
public Collection<CaseFileItem> getTargetRefs()
- Specified by:
getTargetRefsin interfaceCaseFileItem
-
getChildren
public Children getChildren()
- Specified by:
getChildrenin interfaceCaseFileItem
-
setChildren
public void setChildren(Children children)
- Specified by:
setChildrenin interfaceCaseFileItem
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-
-