Class ItemDefinitionImpl

All Implemented Interfaces:
DmnElement, DmnModelElementInstance, ItemDefinition, NamedElement, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
ItemComponentImpl

public class ItemDefinitionImpl extends NamedElementImpl implements ItemDefinition
  • Field Details

    • typeLanguageAttribute

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isCollectionAttribute
    • typeRefChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<TypeRef> typeRefChild
    • allowedValuesChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<AllowedValues> allowedValuesChild
    • itemComponentCollection

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

    • ItemDefinitionImpl

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