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
FieldsModifier and TypeFieldDescriptionstatic 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 EXCEPTIONThe meta object literal for the 'Exception
' class. -
EXCEPTION__REASON
static final org.eclipse.emf.ecore.EAttribute EXCEPTION__REASONThe meta object literal for the 'Reason' attribute feature. -
EXCEPTION__DATA
static final org.eclipse.emf.ecore.EAttribute EXCEPTION__DATAThe meta object literal for the 'Data' attribute feature.
-