Package com._1c.g5.v8.dt.binary.model
Interface BinaryPackage
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BinaryPackageImpl
public interface BinaryPackage
extends org.eclipse.emf.ecore.EPackage
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
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 typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Data
' class.static final int
The operation id for the 'Input Stream' operation.static final int
The number of structural features of the 'Data' class.static final int
The number of operations of the 'Data' class.static final BinaryPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Input Stream' data type. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClass
Returns the meta object for class 'Data
'.org.eclipse.emf.ecore.EOperation
Returns the meta object for the 'Input Stream
' operation.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EDataType
Returns the meta object for data type 'Input Stream
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
BINARY_DATA
static final int BINARY_DATAThe meta object id for the 'Data
' class. -
BINARY_DATA_FEATURE_COUNT
static final int BINARY_DATA_FEATURE_COUNTThe number of structural features of the 'Data' class.- See Also:
-
BINARY_DATA___INPUT_STREAM
static final int BINARY_DATA___INPUT_STREAMThe operation id for the 'Input Stream' operation.- See Also:
-
BINARY_DATA_OPERATION_COUNT
static final int BINARY_DATA_OPERATION_COUNTThe number of operations of the 'Data' class.- See Also:
-
INPUT_STREAM
static final int INPUT_STREAMThe meta object id for the 'Input Stream' data type.
-
-
Method Details
-
getBinaryData
org.eclipse.emf.ecore.EClass getBinaryData()Returns the meta object for class 'Data
'.- Returns:
- the meta object for class 'Data'.
- See Also:
-
getBinaryData__InputStream
org.eclipse.emf.ecore.EOperation getBinaryData__InputStream()Returns the meta object for the 'Input Stream
' operation.- Returns:
- the meta object for the 'Input Stream' operation.
- See Also:
-
getInputStream
org.eclipse.emf.ecore.EDataType getInputStream()Returns the meta object for data type 'Input Stream
'.- Returns:
- the meta object for data type 'Input Stream'.
- See Also:
-
getBinaryFactory
BinaryFactory getBinaryFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-