Interface VariationPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
VariationPackageImpl

public interface VariationPackage extends 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:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

    • eNAME

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

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

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

      static final VariationPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • VARIATION_TYPE

      static final int VARIATION_TYPE
      The meta object id for the 'Type' class.
      See Also:
      Generated class or method.
    • VARIATION_TYPE__ID

      static final int VARIATION_TYPE__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIATION_TYPE__NAME

      static final int VARIATION_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIATION_TYPE__STRATEGY_CLASS

      static final int VARIATION_TYPE__STRATEGY_CLASS
      The feature id for the 'Strategy Class' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIATION_TYPE__VARIED_ENTITY_INTERFACE

      static final int VARIATION_TYPE__VARIED_ENTITY_INTERFACE
      The feature id for the 'Varied Entity Interface' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIATION_TYPE_FEATURE_COUNT

      static final int VARIATION_TYPE_FEATURE_COUNT
      The number of structural features of the 'Type' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • VALUE_VARIATION

      static final int VALUE_VARIATION
      The meta object id for the 'Value Variation' class.
      See Also:
      Generated class or method.
    • VALUE_VARIATION__ID

      static final int VALUE_VARIATION__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • VALUE_VARIATION__NAME

      static final int VALUE_VARIATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • VALUE_VARIATION__STRATEGY_CLASS

      static final int VALUE_VARIATION__STRATEGY_CLASS
      The feature id for the 'Strategy Class' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • VALUE_VARIATION__VARIED_ENTITY_INTERFACE

      static final int VALUE_VARIATION__VARIED_ENTITY_INTERFACE
      The feature id for the 'Varied Entity Interface' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • VALUE_VARIATION_FEATURE_COUNT

      static final int VALUE_VARIATION_FEATURE_COUNT
      The number of structural features of the 'Value Variation' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • STRUCTURAL_VARIATION

      static final int STRUCTURAL_VARIATION
      The meta object id for the 'Structural Variation' class.
      See Also:
      Generated class or method.
    • STRUCTURAL_VARIATION__ID

      static final int STRUCTURAL_VARIATION__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • STRUCTURAL_VARIATION__NAME

      static final int STRUCTURAL_VARIATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • STRUCTURAL_VARIATION__STRATEGY_CLASS

      static final int STRUCTURAL_VARIATION__STRATEGY_CLASS
      The feature id for the 'Strategy Class' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • STRUCTURAL_VARIATION__VARIED_ENTITY_INTERFACE

      static final int STRUCTURAL_VARIATION__VARIED_ENTITY_INTERFACE
      The feature id for the 'Varied Entity Interface' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • STRUCTURAL_VARIATION_FEATURE_COUNT

      static final int STRUCTURAL_VARIATION_FEATURE_COUNT
      The number of structural features of the 'Structural Variation' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIATION_REPOSITORY

      static final int VARIATION_REPOSITORY
      The meta object id for the 'Repository' class.
      See Also:
      Generated class or method.
    • VARIATION_REPOSITORY__VARIATION

      static final int VARIATION_REPOSITORY__VARIATION
      The feature id for the 'Variation' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIATION_REPOSITORY_FEATURE_COUNT

      static final int VARIATION_REPOSITORY_FEATURE_COUNT
      The number of structural features of the 'Repository' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details