Class DefinitionsImpl

All Implemented Interfaces:
Definitions, DmnElement, DmnModelElementInstance, NamedElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class DefinitionsImpl extends NamedElementImpl implements Definitions
  • Field Details

    • expressionLanguageAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute
    • typeLanguageAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeLanguageAttribute
    • namespaceAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> namespaceAttribute
    • exporterAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterAttribute
    • exporterVersionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterVersionAttribute
    • importCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import> importCollection
    • itemDefinitionCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemDefinition> itemDefinitionCollection
    • drgElementCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DrgElement> drgElementCollection
    • artifactCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> artifactCollection
    • elementCollectionCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ElementCollection> elementCollectionCollection
    • businessContextElementCollection

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

    • DefinitionsImpl

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