Interface ActiveDocumentPackage
-
- 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:
ActiveDocumentPackageImpl
public interface ActiveDocumentPackage extends org.eclipse.emf.ecore.EPackageThe 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:
ActiveDocumentFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceActiveDocumentPackage.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 intACTIVE_DOCUMENTThe meta object id for the 'Active Document' class.static intACTIVE_DOCUMENT___INPUT_STREAMThe operation id for the 'Input Stream' operation.static intACTIVE_DOCUMENT_FEATURE_COUNTThe number of structural features of the 'Active Document' class.static intACTIVE_DOCUMENT_OPERATION_COUNTThe number of operations of the 'Active Document' class.static ActiveDocumentPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intINPUT_STREAMThe 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.EClassgetActiveDocument()Returns the meta object for class 'Active Document'.org.eclipse.emf.ecore.EOperationgetActiveDocument__InputStream()Returns the meta object for the 'Input Stream' operation.ActiveDocumentFactorygetActiveDocumentFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EDataTypegetInputStream()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 ActiveDocumentPackage eINSTANCE
The singleton instance of the package.
-
ACTIVE_DOCUMENT
static final int ACTIVE_DOCUMENT
The meta object id for the 'Active Document' class.
-
ACTIVE_DOCUMENT_FEATURE_COUNT
static final int ACTIVE_DOCUMENT_FEATURE_COUNT
The number of structural features of the 'Active Document' class.- See Also:
- Constant Field Values
-
ACTIVE_DOCUMENT___INPUT_STREAM
static final int ACTIVE_DOCUMENT___INPUT_STREAM
The operation id for the 'Input Stream' operation.- See Also:
- Constant Field Values
-
ACTIVE_DOCUMENT_OPERATION_COUNT
static final int ACTIVE_DOCUMENT_OPERATION_COUNT
The number of operations of the 'Active Document' 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
-
getActiveDocument
org.eclipse.emf.ecore.EClass getActiveDocument()
Returns the meta object for class 'Active Document'.- Returns:
- the meta object for class 'Active Document'.
- See Also:
ActiveDocument
-
getActiveDocument__InputStream
org.eclipse.emf.ecore.EOperation getActiveDocument__InputStream()
Returns the meta object for the 'Input Stream' operation.- Returns:
- the meta object for the 'Input Stream' operation.
- See Also:
ActiveDocument.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
-
getActiveDocumentFactory
ActiveDocumentFactory getActiveDocumentFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-