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:
VirtualFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
VirtualPackage.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 VirtualPackage
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
EXCEPTION
The meta object id for the 'Exception
' class.static int
EXCEPTION__CATEGORY
The feature id for the 'Category' attribute.static int
EXCEPTION__CLSID
The feature id for the 'Clsid' attribute.static int
EXCEPTION__CREATION_STACK
The feature id for the 'Creation Stack' attribute.static int
EXCEPTION__DATA
The feature id for the 'Data' attribute.static int
EXCEPTION__DESCR
The feature id for the 'Descr' attribute.static int
EXCEPTION__ENCODED
The feature id for the 'Encoded' attribute.static int
EXCEPTION__INNER
The feature id for the 'Inner' containment reference.static int
EXCEPTION__REASON
The feature id for the 'Reason' attribute.static int
EXCEPTION__UI_HELPER_UUID
The feature id for the 'Ui Helper UUID' attribute.static int
EXCEPTION_FEATURE_COUNT
The number of structural features of the 'Exception' class.static int
EXCEPTION_OPERATION_COUNT
The number of operations of the 'Exception' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getException()
Returns the meta object for class 'Exception
'.org.eclipse.emf.ecore.EAttribute
getException_Data()
Returns the meta object for the attribute 'Data
'.org.eclipse.emf.ecore.EAttribute
getException_Reason()
Returns the meta object for the attribute 'Reason
'.VirtualFactory
getVirtualFactory()
Returns the factory that creates the instances of the model.-
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 VirtualPackage eINSTANCE
The singleton instance of the package.
-
EXCEPTION
static final int EXCEPTION
The meta object id for the 'Exception
' class.
-
EXCEPTION__DESCR
static final int EXCEPTION__DESCR
The feature id for the 'Descr' attribute.- See Also:
- Constant Field Values
-
EXCEPTION__INNER
static final int EXCEPTION__INNER
The feature id for the 'Inner' containment reference.- See Also:
- Constant Field Values
-
EXCEPTION__CATEGORY
static final int EXCEPTION__CATEGORY
The feature id for the 'Category' attribute.- See Also:
- Constant Field Values
-
EXCEPTION__UI_HELPER_UUID
static final int EXCEPTION__UI_HELPER_UUID
The feature id for the 'Ui Helper UUID' attribute.- See Also:
- Constant Field Values
-
EXCEPTION__CREATION_STACK
static final int EXCEPTION__CREATION_STACK
The feature id for the 'Creation Stack' attribute.- See Also:
- Constant Field Values
-
EXCEPTION__CLSID
static final int EXCEPTION__CLSID
The feature id for the 'Clsid' attribute.- See Also:
- Constant Field Values
-
EXCEPTION__ENCODED
static final int EXCEPTION__ENCODED
The feature id for the 'Encoded' attribute.- See Also:
- Constant Field Values
-
EXCEPTION__REASON
static final int EXCEPTION__REASON
The feature id for the 'Reason' attribute.- See Also:
- Constant Field Values
-
EXCEPTION__DATA
static final int EXCEPTION__DATA
The feature id for the 'Data' attribute.- See Also:
- Constant Field Values
-
EXCEPTION_FEATURE_COUNT
static final int EXCEPTION_FEATURE_COUNT
The number of structural features of the 'Exception' class.- See Also:
- Constant Field Values
-
EXCEPTION_OPERATION_COUNT
static final int EXCEPTION_OPERATION_COUNT
The number of operations of the 'Exception' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getException
org.eclipse.emf.ecore.EClass getException()
Returns the meta object for class 'Exception
'.- Returns:
- the meta object for class 'Exception'.
- See Also:
Exception
-
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:
Exception.getReason()
,getException()
-
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:
Exception.getData()
,getException()
-
getVirtualFactory
VirtualFactory getVirtualFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-