Class CaseFileItemDefinitionImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
CaseFileItemDefinition, CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class CaseFileItemDefinitionImpl extends CmmnElementImpl implements CaseFileItemDefinition
Author:
Roman Smirnov
  • Field Details

    • nameAttribute

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> definitionTypeAttribute
    • structureAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> structureAttribute
    • propertyCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Property> propertyCollection
  • Constructor Details

    • CaseFileItemDefinitionImpl

      public CaseFileItemDefinitionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details