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 org.eclipse.emf.ecore.EClass
EXCEPTION
The meta object literal for the 'Exception
' class.static org.eclipse.emf.ecore.EAttribute
EXCEPTION__DATA
The meta object literal for the 'Data' attribute feature.static org.eclipse.emf.ecore.EAttribute
EXCEPTION__REASON
The meta object literal for the 'Reason' attribute feature.
-
-
-
Field Detail
-
EXCEPTION
static final org.eclipse.emf.ecore.EClass EXCEPTION
The meta object literal for the 'Exception
' class.- See Also:
ExceptionImpl
,VirtualPackageImpl.getException()
-
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.
-
-