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.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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines 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.EPackageorg.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe meta object id for the 'Active Document' class.static final intThe operation id for the 'Input Stream' operation.static final intThe number of structural features of the 'Active Document' class.static final intThe number of operations of the 'Active Document' class.static final ActiveDocumentPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Input Stream' data type.
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassReturns the meta object for class 'Active Document'.org.eclipse.emf.ecore.EOperationReturns the meta object for the 'Input Stream' operation.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EDataTypeReturns the meta object for data type 'Input Stream'.Methods inherited from interface org.eclipse.emf.ecore.EModelElementgetEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElementgetName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackagegetEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Field Details- 
eNAMEThe package name.- See Also:
 
- 
eNS_URIThe package namespace URI.- See Also:
 
- 
eNS_PREFIXThe package namespace name.- See Also:
 
- 
eINSTANCEThe singleton instance of the package.
- 
ACTIVE_DOCUMENTstatic final int ACTIVE_DOCUMENTThe meta object id for the 'Active Document' class.
- 
ACTIVE_DOCUMENT_FEATURE_COUNTstatic final int ACTIVE_DOCUMENT_FEATURE_COUNTThe number of structural features of the 'Active Document' class.- See Also:
 
- 
ACTIVE_DOCUMENT___INPUT_STREAMstatic final int ACTIVE_DOCUMENT___INPUT_STREAMThe operation id for the 'Input Stream' operation.- See Also:
 
- 
ACTIVE_DOCUMENT_OPERATION_COUNTstatic final int ACTIVE_DOCUMENT_OPERATION_COUNTThe number of operations of the 'Active Document' class.- See Also:
 
- 
INPUT_STREAMstatic final int INPUT_STREAMThe meta object id for the 'Input Stream' data type.
 
- 
- 
Method Details- 
getActiveDocumentorg.eclipse.emf.ecore.EClass getActiveDocument()Returns the meta object for class 'Active Document'.- Returns:
- the meta object for class 'Active Document'.
- See Also:
 
- 
getActiveDocument__InputStreamorg.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:
 
- 
getInputStreamorg.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:
 
- 
getActiveDocumentFactoryActiveDocumentFactory getActiveDocumentFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
 
 
-