Class PropertyImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, ItemAwareElement, Property, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class PropertyImpl extends ItemAwareElementImpl implements Property
The BPMN property element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

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

    • PropertyImpl

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

    • registerType

      public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
    • getName

      public String getName()
      Specified by:
      getName in interface Property
    • setName

      public void setName(String name)
      Specified by:
      setName in interface Property