Interface ActiveDocumentPackage.Literals
- Enclosing interface:
- ActiveDocumentPackage
public static interface ActiveDocumentPackage.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.EClassThe meta object literal for the 'Active Document' class.static final org.eclipse.emf.ecore.EOperationThe meta object literal for the 'Input Stream' operation.static final org.eclipse.emf.ecore.EDataTypeThe meta object literal for the 'Input Stream' data type.
-
Field Details
-
ACTIVE_DOCUMENT
static final org.eclipse.emf.ecore.EClass ACTIVE_DOCUMENTThe meta object literal for the 'Active Document' class. -
ACTIVE_DOCUMENT___INPUT_STREAM
static final org.eclipse.emf.ecore.EOperation ACTIVE_DOCUMENT___INPUT_STREAMThe meta object literal for the 'Input Stream' operation. -
INPUT_STREAM
static final org.eclipse.emf.ecore.EDataType INPUT_STREAMThe meta object literal for the 'Input Stream' data type.
-