Interface VirtualPackage.Literals

Enclosing interface:
VirtualPackage

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

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Exception' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Data' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Reason' attribute feature.
  • Field Details

    • EXCEPTION

      static final org.eclipse.emf.ecore.EClass EXCEPTION
      The meta object literal for the 'Exception' class.
      See Also:
    • EXCEPTION__REASON

      static final org.eclipse.emf.ecore.EAttribute EXCEPTION__REASON
      The meta object literal for the 'Reason' attribute feature.
    • EXCEPTION__DATA

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