Package com._1c.g5.v8.dt.binary.model
Interface BinaryPackage.Literals
- Enclosing interface:
- BinaryPackage
public static interface BinaryPackage.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 'Data' 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
-
BINARY_DATA
static final org.eclipse.emf.ecore.EClass BINARY_DATAThe meta object literal for the 'Data' class. -
BINARY_DATA___INPUT_STREAM
static final org.eclipse.emf.ecore.EOperation BINARY_DATA___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.
-