Package com._1c.g5.v8.dt.addin.model
Interface AddInPackage
-
- 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:
AddInPackageImpl
public interface AddInPackage 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:
AddInFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AddInPackage.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 int
ADD_IN
The meta object id for the 'Add In
' class.static int
ADD_IN___INPUT_STREAM
The operation id for the 'Input Stream' operation.static int
ADD_IN_FEATURE_COUNT
The number of structural features of the 'Add In' class.static int
ADD_IN_OPERATION_COUNT
The number of operations of the 'Add In' class.static AddInPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
INPUT_STREAM
The meta object id for the 'Input Stream' data type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getAddIn()
Returns the meta object for class 'Add In
'.org.eclipse.emf.ecore.EOperation
getAddIn__InputStream()
Returns the meta object for the 'Input Stream
' operation.AddInFactory
getAddInFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EDataType
getInputStream()
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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final AddInPackage eINSTANCE
The singleton instance of the package.
-
ADD_IN
static final int ADD_IN
The meta object id for the 'Add In
' class.
-
ADD_IN_FEATURE_COUNT
static final int ADD_IN_FEATURE_COUNT
The number of structural features of the 'Add In' class.- See Also:
- Constant Field Values
-
ADD_IN___INPUT_STREAM
static final int ADD_IN___INPUT_STREAM
The operation id for the 'Input Stream' operation.- See Also:
- Constant Field Values
-
ADD_IN_OPERATION_COUNT
static final int ADD_IN_OPERATION_COUNT
The number of operations of the 'Add In' class.- See Also:
- Constant Field Values
-
INPUT_STREAM
static final int INPUT_STREAM
The meta object id for the 'Input Stream' data type.
-
-
Method Detail
-
getAddIn
org.eclipse.emf.ecore.EClass getAddIn()
Returns the meta object for class 'Add In
'.- Returns:
- the meta object for class 'Add In'.
- See Also:
AddIn
-
getAddIn__InputStream
org.eclipse.emf.ecore.EOperation getAddIn__InputStream()
Returns the meta object for the 'Input Stream
' operation.- Returns:
- the meta object for the 'Input Stream' operation.
- See Also:
AddIn.inputStream()
-
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:
InputStream
-
getAddInFactory
AddInFactory getAddInFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-