Package com._1c.g5.v8.dt.binary.model
Interface BinaryPackage.Literals
-
- Enclosing interface:
- BinaryPackage
public static interface BinaryPackage.LiteralsDefines 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.EClassBINARY_DATAThe meta object literal for the 'Data' class.static org.eclipse.emf.ecore.EOperationBINARY_DATA___INPUT_STREAMThe meta object literal for the 'Input Stream' operation.static org.eclipse.emf.ecore.EDataTypeINPUT_STREAMThe meta object literal for the 'Input Stream' data type.
-
-
-
Field Detail
-
BINARY_DATA
static final org.eclipse.emf.ecore.EClass BINARY_DATA
The meta object literal for the 'Data' class.- See Also:
BinaryDataImpl,BinaryPackageImpl.getBinaryData()
-
BINARY_DATA___INPUT_STREAM
static final org.eclipse.emf.ecore.EOperation BINARY_DATA___INPUT_STREAM
The meta object literal for the 'Input Stream' operation.
-
INPUT_STREAM
static final org.eclipse.emf.ecore.EDataType INPUT_STREAM
The meta object literal for the 'Input Stream' data type.- See Also:
InputStream,BinaryPackageImpl.getInputStream()
-
-