Interface VirtualPackage
- 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:
 VirtualPackageImpl
public interface VirtualPackage
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 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.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VirtualPackageThe 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 'Exception' class.static final intThe feature id for the 'Category' attribute.static final intThe feature id for the 'Clsid' attribute.static final intThe feature id for the 'Creation Stack' attribute.static final intThe feature id for the 'Data' attribute.static final intThe feature id for the 'Descr' attribute.static final intThe feature id for the 'Encoded' attribute.static final intThe feature id for the 'Inner' containment reference.static final intThe feature id for the 'Reason' attribute.static final intThe feature id for the 'Ui Helper UUID' attribute.static final intThe number of structural features of the 'Exception' class.static final intThe number of operations of the 'Exception' class. - 
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassReturns the meta object for class 'Exception'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Data'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Reason'.Returns the factory that creates the instances of the model.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods 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. - 
EXCEPTION
static final int EXCEPTIONThe meta object id for the 'Exception' class. - 
EXCEPTION__DESCR
static final int EXCEPTION__DESCRThe feature id for the 'Descr' attribute.- See Also:
 
 - 
EXCEPTION__INNER
static final int EXCEPTION__INNERThe feature id for the 'Inner' containment reference.- See Also:
 
 - 
EXCEPTION__CATEGORY
static final int EXCEPTION__CATEGORYThe feature id for the 'Category' attribute.- See Also:
 
 - 
EXCEPTION__UI_HELPER_UUID
static final int EXCEPTION__UI_HELPER_UUIDThe feature id for the 'Ui Helper UUID' attribute.- See Also:
 
 - 
EXCEPTION__CREATION_STACK
static final int EXCEPTION__CREATION_STACKThe feature id for the 'Creation Stack' attribute.- See Also:
 
 - 
EXCEPTION__CLSID
static final int EXCEPTION__CLSIDThe feature id for the 'Clsid' attribute.- See Also:
 
 - 
EXCEPTION__ENCODED
static final int EXCEPTION__ENCODEDThe feature id for the 'Encoded' attribute.- See Also:
 
 - 
EXCEPTION__REASON
static final int EXCEPTION__REASONThe feature id for the 'Reason' attribute.- See Also:
 
 - 
EXCEPTION__DATA
static final int EXCEPTION__DATAThe feature id for the 'Data' attribute.- See Also:
 
 - 
EXCEPTION_FEATURE_COUNT
static final int EXCEPTION_FEATURE_COUNTThe number of structural features of the 'Exception' class.- See Also:
 
 - 
EXCEPTION_OPERATION_COUNT
static final int EXCEPTION_OPERATION_COUNTThe number of operations of the 'Exception' class.- See Also:
 
 
 - 
 - 
Method Details
- 
getException
org.eclipse.emf.ecore.EClass getException()Returns the meta object for class 'Exception'.- Returns:
 - the meta object for class 'Exception'.
 - See Also:
 
 - 
getException_Reason
org.eclipse.emf.ecore.EAttribute getException_Reason()Returns the meta object for the attribute 'Reason'.- Returns:
 - the meta object for the attribute 'Reason'.
 - See Also:
 
 - 
getException_Data
org.eclipse.emf.ecore.EAttribute getException_Data()Returns the meta object for the attribute 'Data'.- Returns:
 - the meta object for the attribute 'Data'.
 - See Also:
 
 - 
getVirtualFactory
VirtualFactory getVirtualFactory()Returns the factory that creates the instances of the model.- Returns:
 - the factory that creates the instances of the model.
 
 
 -