Interface VariablesPackage

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

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

      static final int VARIABLE
      The meta object id for the 'Variable' class.
      See Also:
      Generated class or method.
    • VARIABLE__LAYOUT_INFORMATIONS

      static final int VARIABLE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIABLE__NAME

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

      static final int VARIABLE__TYPE_REFERENCE
      The feature id for the 'Type Reference' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIABLE__ARRAY_DIMENSIONS_BEFORE

      static final int VARIABLE__ARRAY_DIMENSIONS_BEFORE
      The feature id for the 'Array Dimensions Before' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIABLE__ARRAY_DIMENSIONS_AFTER

      static final int VARIABLE__ARRAY_DIMENSIONS_AFTER
      The feature id for the 'Array Dimensions After' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIABLE__TYPE_ARGUMENTS

      static final int VARIABLE__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • VARIABLE_FEATURE_COUNT

      static final int VARIABLE_FEATURE_COUNT
      The number of structural features of the 'Variable' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE

      static final int LOCAL_VARIABLE
      The meta object id for the 'Local Variable' class.
      See Also:
      Generated class or method.
    • LOCAL_VARIABLE__LAYOUT_INFORMATIONS

      static final int LOCAL_VARIABLE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE__NAME

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

      static final int LOCAL_VARIABLE__TYPE_REFERENCE
      The feature id for the 'Type Reference' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFORE

      static final int LOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFORE
      The feature id for the 'Array Dimensions Before' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTER

      static final int LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTER
      The feature id for the 'Array Dimensions After' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE__TYPE_ARGUMENTS

      static final int LOCAL_VARIABLE__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE__INITIAL_VALUE

      static final int LOCAL_VARIABLE__INITIAL_VALUE
      The feature id for the 'Initial Value' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERS

      static final int LOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERS
      The feature id for the 'Annotations And Modifiers' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES

      static final int LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES
      The feature id for the 'Additional Local Variables' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • LOCAL_VARIABLE_FEATURE_COUNT

      static final int LOCAL_VARIABLE_FEATURE_COUNT
      The number of structural features of the 'Local Variable' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ADDITIONAL_LOCAL_VARIABLE

      static final int ADDITIONAL_LOCAL_VARIABLE
      The meta object id for the 'Additional Local Variable' class.
      See Also:
      Generated class or method.
    • ADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONS

      static final int ADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ADDITIONAL_LOCAL_VARIABLE__NAME

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

      static final int ADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFORE
      The feature id for the 'Array Dimensions Before' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTER

      static final int ADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTER
      The feature id for the 'Array Dimensions After' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUE

      static final int ADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUE
      The feature id for the 'Initial Value' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNT

      static final int ADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNT
      The number of structural features of the 'Additional Local Variable' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • RESOURCE

      static final int RESOURCE
      The meta object id for the 'Resource' class.
      See Also:
      Generated class or method.
    • RESOURCE__LAYOUT_INFORMATIONS

      static final int RESOURCE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • RESOURCE_FEATURE_COUNT

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

    • getVariable

      EClass getVariable()
      Returns the meta object for class 'Variable'.
      Returns:
      the meta object for class 'Variable'.
      See Also:
      Generated class or method.
    • getLocalVariable

      EClass getLocalVariable()
      Returns the meta object for class 'Local Variable'.
      Returns:
      the meta object for class 'Local Variable'.
      See Also:
      Generated class or method.
    • getLocalVariable_AdditionalLocalVariables

      EReference getLocalVariable_AdditionalLocalVariables()
      Returns the meta object for the containment reference list 'Additional Local Variables'.
      Returns:
      the meta object for the containment reference list 'Additional Local Variables'.
      See Also:
      Generated class or method.
    • getAdditionalLocalVariable

      EClass getAdditionalLocalVariable()
      Returns the meta object for class 'Additional Local Variable'.
      Returns:
      the meta object for class 'Additional Local Variable'.
      See Also:
      Generated class or method.
    • getResource

      EClass getResource()
      Returns the meta object for class 'Resource'.
      Returns:
      the meta object for class 'Resource'.
      See Also:
      Generated class or method.
    • getVariablesFactory

      VariablesFactory getVariablesFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.