Interface SpdPackage

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

public interface SpdPackage 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 SpdPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • SCALING_POLICY

      static final int SCALING_POLICY
      The meta object id for the 'Scaling Policy' class.
      See Also:
      Generated class or method.
    • SCALING_POLICY__ID

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

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

      static final int SCALING_POLICY__ACTIVE
      The feature id for the 'Active' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SCALING_POLICY__ADJUSTMENT_TYPE

      static final int SCALING_POLICY__ADJUSTMENT_TYPE
      The feature id for the 'Adjustment Type' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SCALING_POLICY__TARGET_GROUP

      static final int SCALING_POLICY__TARGET_GROUP
      The feature id for the 'Target Group' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SCALING_POLICY__POLICY_CONSTRAINTS

      static final int SCALING_POLICY__POLICY_CONSTRAINTS
      The feature id for the 'Policy Constraints' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SCALING_POLICY__SCALING_TRIGGER

      static final int SCALING_POLICY__SCALING_TRIGGER
      The feature id for the 'Scaling Trigger' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SCALING_POLICY_FEATURE_COUNT

      static final int SCALING_POLICY_FEATURE_COUNT
      The number of structural features of the 'Scaling Policy' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SPD

      static final int SPD
      The meta object id for the 'SPD' class.
      See Also:
      Generated class or method.
    • SPD__ID

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

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

      static final int SPD__SCALING_POLICIES
      The feature id for the 'Scaling Policies' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SPD__TARGET_GROUPS

      static final int SPD__TARGET_GROUPS
      The feature id for the 'Target Groups' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SPD_FEATURE_COUNT

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