Interface DeclarationPackage.Literals

  • Enclosing interface:
    DeclarationPackage

    public static interface DeclarationPackage.Literals
    Defines literals for the meta objects that represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass CONSTRAINT
      The meta object literal for the 'Constraint' class.
      static org.eclipse.emf.ecore.EReference CONSTRAINT__OPERATION
      The meta object literal for the 'Operation' container reference feature.
      static org.eclipse.emf.ecore.EReference CONSTRAINT__RESTRICTS
      The meta object literal for the 'Restricts' reference feature.
      static org.eclipse.emf.ecore.EClass IDENTIFIED_ELEMENT
      The meta object literal for the 'Identified Element' class.
      static org.eclipse.emf.ecore.EAttribute IDENTIFIED_ELEMENT__DESCRIPTION
      The meta object literal for the 'Description' attribute feature.
      static org.eclipse.emf.ecore.EAttribute IDENTIFIED_ELEMENT__NAME
      The meta object literal for the 'Name' attribute feature.
      static org.eclipse.emf.ecore.EClass LIBRARY
      The meta object literal for the 'Library' class.
      static org.eclipse.emf.ecore.EAttribute LIBRARY__IMPLEMENTATION
      The meta object literal for the 'Implementation' attribute feature.
      static org.eclipse.emf.ecore.EAttribute LIBRARY__LABEL
      The meta object literal for the 'Label' attribute feature.
      static org.eclipse.emf.ecore.EReference LIBRARY__LIBRARIES
      The meta object literal for the 'Libraries' containment reference list feature.
      static org.eclipse.emf.ecore.EReference LIBRARY__OPERATIONS
      The meta object literal for the 'Operations' containment reference list feature.
      static org.eclipse.emf.ecore.EClass OPERATION
      The meta object literal for the 'Operation' class.
      static org.eclipse.emf.ecore.EAttribute OPERATION__AFTER
      The meta object literal for the 'After' attribute feature.
      static org.eclipse.emf.ecore.EAttribute OPERATION__BEFORE
      The meta object literal for the 'Before' attribute feature.
      static org.eclipse.emf.ecore.EAttribute OPERATION__BREAKING
      The meta object literal for the 'Breaking' attribute feature.
      static org.eclipse.emf.ecore.EReference OPERATION__CONSTRAINTS
      The meta object literal for the 'Constraints' containment reference list feature.
      static org.eclipse.emf.ecore.EAttribute OPERATION__DEPRECATED
      The meta object literal for the 'Deprecated' attribute feature.
      static org.eclipse.emf.ecore.EAttribute OPERATION__IMPLEMENTATION
      The meta object literal for the 'Implementation' attribute feature.
      static org.eclipse.emf.ecore.EAttribute OPERATION__LABEL
      The meta object literal for the 'Label' attribute feature.
      static org.eclipse.emf.ecore.EReference OPERATION__LIBRARY
      The meta object literal for the 'Library' container reference feature.
      static org.eclipse.emf.ecore.EReference OPERATION__PARAMETERS
      The meta object literal for the 'Parameters' containment reference list feature.
      static org.eclipse.emf.ecore.EClass PARAMETER
      The meta object literal for the 'Parameter' class.
      static org.eclipse.emf.ecore.EReference PARAMETER__CLASSIFIER
      The meta object literal for the 'Classifier' reference feature.
      static org.eclipse.emf.ecore.EAttribute PARAMETER__CLASSIFIER_NAME
      The meta object literal for the 'Classifier Name' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PARAMETER__MAIN
      The meta object literal for the 'Main' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PARAMETER__MANY
      The meta object literal for the 'Many' attribute feature.
      static org.eclipse.emf.ecore.EReference PARAMETER__OPERATION
      The meta object literal for the 'Operation' container reference feature.
      static org.eclipse.emf.ecore.EAttribute PARAMETER__REQUIRED
      The meta object literal for the 'Required' attribute feature.
    • Field Detail

      • IDENTIFIED_ELEMENT__NAME

        static final org.eclipse.emf.ecore.EAttribute IDENTIFIED_ELEMENT__NAME
        The meta object literal for the 'Name' attribute feature.
      • IDENTIFIED_ELEMENT__DESCRIPTION

        static final org.eclipse.emf.ecore.EAttribute IDENTIFIED_ELEMENT__DESCRIPTION
        The meta object literal for the 'Description' attribute feature.
      • LIBRARY__OPERATIONS

        static final org.eclipse.emf.ecore.EReference LIBRARY__OPERATIONS
        The meta object literal for the 'Operations' containment reference list feature.
      • LIBRARY__IMPLEMENTATION

        static final org.eclipse.emf.ecore.EAttribute LIBRARY__IMPLEMENTATION
        The meta object literal for the 'Implementation' attribute feature.
      • LIBRARY__LABEL

        static final org.eclipse.emf.ecore.EAttribute LIBRARY__LABEL
        The meta object literal for the 'Label' attribute feature.
      • LIBRARY__LIBRARIES

        static final org.eclipse.emf.ecore.EReference LIBRARY__LIBRARIES
        The meta object literal for the 'Libraries' containment reference list feature.
      • OPERATION__LIBRARY

        static final org.eclipse.emf.ecore.EReference OPERATION__LIBRARY
        The meta object literal for the 'Library' container reference feature.
      • OPERATION__PARAMETERS

        static final org.eclipse.emf.ecore.EReference OPERATION__PARAMETERS
        The meta object literal for the 'Parameters' containment reference list feature.
      • OPERATION__CONSTRAINTS

        static final org.eclipse.emf.ecore.EReference OPERATION__CONSTRAINTS
        The meta object literal for the 'Constraints' containment reference list feature.
      • OPERATION__DEPRECATED

        static final org.eclipse.emf.ecore.EAttribute OPERATION__DEPRECATED
        The meta object literal for the 'Deprecated' attribute feature.
      • OPERATION__BEFORE

        static final org.eclipse.emf.ecore.EAttribute OPERATION__BEFORE
        The meta object literal for the 'Before' attribute feature.
      • OPERATION__AFTER

        static final org.eclipse.emf.ecore.EAttribute OPERATION__AFTER
        The meta object literal for the 'After' attribute feature.
      • OPERATION__IMPLEMENTATION

        static final org.eclipse.emf.ecore.EAttribute OPERATION__IMPLEMENTATION
        The meta object literal for the 'Implementation' attribute feature.
      • OPERATION__LABEL

        static final org.eclipse.emf.ecore.EAttribute OPERATION__LABEL
        The meta object literal for the 'Label' attribute feature.
      • OPERATION__BREAKING

        static final org.eclipse.emf.ecore.EAttribute OPERATION__BREAKING
        The meta object literal for the 'Breaking' attribute feature.
        Since:
        1.3
      • PARAMETER__OPERATION

        static final org.eclipse.emf.ecore.EReference PARAMETER__OPERATION
        The meta object literal for the 'Operation' container reference feature.
      • PARAMETER__REQUIRED

        static final org.eclipse.emf.ecore.EAttribute PARAMETER__REQUIRED
        The meta object literal for the 'Required' attribute feature.
      • PARAMETER__MAIN

        static final org.eclipse.emf.ecore.EAttribute PARAMETER__MAIN
        The meta object literal for the 'Main' attribute feature.
      • PARAMETER__MANY

        static final org.eclipse.emf.ecore.EAttribute PARAMETER__MANY
        The meta object literal for the 'Many' attribute feature.
      • PARAMETER__CLASSIFIER

        static final org.eclipse.emf.ecore.EReference PARAMETER__CLASSIFIER
        The meta object literal for the 'Classifier' reference feature.
      • PARAMETER__CLASSIFIER_NAME

        static final org.eclipse.emf.ecore.EAttribute PARAMETER__CLASSIFIER_NAME
        The meta object literal for the 'Classifier Name' attribute feature.
      • CONSTRAINT__OPERATION

        static final org.eclipse.emf.ecore.EReference CONSTRAINT__OPERATION
        The meta object literal for the 'Operation' container reference feature.
      • CONSTRAINT__RESTRICTS

        static final org.eclipse.emf.ecore.EReference CONSTRAINT__RESTRICTS
        The meta object literal for the 'Restricts' reference feature.