Interface DiagramPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier

public interface DiagramPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Model:
kind="package"
Generated:
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated:
    • eINSTANCE

      static final DiagramPackage eINSTANCE
      The singleton instance of the package.
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT
      The meta object id for the 'Abstract Diagram Representation Object' class.
      See Also:
      • AbstractDiagramRepresentationObjectImpl
      • DiagramPackageImpl.getAbstractDiagramRepresentationObject()
      • Constant Field Values
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__ID

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__ID
      The feature id for the 'ID' attribute.
      See Also:
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__TYPE

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__TYPE
      The feature id for the 'Type' attribute.
      See Also:
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__UML_TYPE

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__UML_TYPE
      The feature id for the 'Uml Type' attribute.
      See Also:
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_PROPERTIES

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_PROPERTIES
      The feature id for the 'Diagram Properties' attribute.
      See Also:
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__INITIAL_FRAME_SIZE_SET

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__INITIAL_FRAME_SIZE_SET
      The feature id for the 'Initial Frame Size Set' attribute.
      See Also:
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__REQUIRED_FEATURE

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__REQUIRED_FEATURE
      The feature id for the 'Required Feature' attribute.
      See Also:
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_CONTENTS

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_CONTENTS
      The feature id for the 'Diagram Contents' containment reference.
      See Also:
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_STYLE_ID

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_STYLE_ID
      The feature id for the 'Diagram Style ID' attribute.
      See Also:
      Generated:
    • ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT_FEATURE_COUNT

      static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT_FEATURE_COUNT
      The number of structural features of the 'Abstract Diagram Representation Object' class.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR

      static final int DIAGRAM_CONTENTS_DESCRIPTOR
      The meta object id for the 'Contents Descriptor' class.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR__REPRESENTATION

      static final int DIAGRAM_CONTENTS_DESCRIPTOR__REPRESENTATION
      The feature id for the 'Representation' container reference.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_NAME

      static final int DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_NAME
      The feature id for the 'Exporter Name' attribute.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_VERSION

      static final int DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_VERSION
      The feature id for the 'Exporter Version' attribute.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR__USED_ELEMENTS

      static final int DIAGRAM_CONTENTS_DESCRIPTOR__USED_ELEMENTS
      The feature id for the 'Used Elements' attribute list.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR__BINARY_OBJECT

      static final int DIAGRAM_CONTENTS_DESCRIPTOR__BINARY_OBJECT
      The feature id for the 'Binary Object' containment reference.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR__CONTENT_HASH

      static final int DIAGRAM_CONTENTS_DESCRIPTOR__CONTENT_HASH
      The feature id for the 'Content Hash' attribute.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR__USED_OBJECTS

      static final int DIAGRAM_CONTENTS_DESCRIPTOR__USED_OBJECTS
      The feature id for the 'Used Objects' reference list.
      See Also:
      Generated:
    • DIAGRAM_CONTENTS_DESCRIPTOR_FEATURE_COUNT

      static final int DIAGRAM_CONTENTS_DESCRIPTOR_FEATURE_COUNT
      The number of structural features of the 'Contents Descriptor' class.
      See Also:
      Generated:
  • Method Details