Interface ProblemPackage.Literals

  • Enclosing class:
    ProblemPackage

    public static interface ProblemPackage.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 PROBLEM
      The meta object literal for the 'Problem' class.
      static org.eclipse.emf.ecore.EAttribute PROBLEM__DESCRIPTION
      The meta object literal for the 'Description' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PROBLEM__LOCATION
      The meta object literal for the 'Location' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PROBLEM__SEVERITY
      The meta object literal for the 'Severity' attribute feature.
      static org.eclipse.emf.ecore.EEnum SEVERITY
      The meta object literal for the 'Severity' enum.
    • Field Detail

      • PROBLEM__SEVERITY

        static final org.eclipse.emf.ecore.EAttribute PROBLEM__SEVERITY
        The meta object literal for the 'Severity' attribute feature.
      • PROBLEM__LOCATION

        static final org.eclipse.emf.ecore.EAttribute PROBLEM__LOCATION
        The meta object literal for the 'Location' attribute feature.
      • PROBLEM__DESCRIPTION

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