Interface AttachPackage
- 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:
AttachPackageImpl
public interface AttachPackage
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 interface
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 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 int
The meta object id for the 'Debug Auto Attach Settings
' class.static final int
The feature id for the 'Area Name' attribute list.static final int
The feature id for the 'Target Type' attribute list.static final int
The number of structural features of the 'Debug Auto Attach Settings' class.static final int
The number of operations of the 'Debug Auto Attach Settings' class.static final int
The meta object id for the 'Debug Auto Attach Settings Property
' class.static final int
The feature id for the 'Auto Attach Settings' containment reference.static final int
The number of structural features of the 'Debug Auto Attach Settings Property' class.static final int
The number of operations of the 'Debug Auto Attach Settings Property' class.static final AttachPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI. -
Method Summary
Modifier and TypeMethodDescriptionReturns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Debug Auto Attach Settings
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute list 'Area Name
'.org.eclipse.emf.ecore.EAttribute
Returns the meta object for the attribute list 'Target Type
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Debug Auto Attach Settings Property
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the containment reference 'Auto Attach Settings
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods 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. -
DEBUG_AUTO_ATTACH_SETTINGS
static final int DEBUG_AUTO_ATTACH_SETTINGSThe meta object id for the 'Debug Auto Attach Settings
' class. -
DEBUG_AUTO_ATTACH_SETTINGS__TARGET_TYPE
static final int DEBUG_AUTO_ATTACH_SETTINGS__TARGET_TYPEThe feature id for the 'Target Type' attribute list.- See Also:
-
DEBUG_AUTO_ATTACH_SETTINGS__AREA_NAME
static final int DEBUG_AUTO_ATTACH_SETTINGS__AREA_NAMEThe feature id for the 'Area Name' attribute list.- See Also:
-
DEBUG_AUTO_ATTACH_SETTINGS_FEATURE_COUNT
static final int DEBUG_AUTO_ATTACH_SETTINGS_FEATURE_COUNTThe number of structural features of the 'Debug Auto Attach Settings' class.- See Also:
-
DEBUG_AUTO_ATTACH_SETTINGS_OPERATION_COUNT
static final int DEBUG_AUTO_ATTACH_SETTINGS_OPERATION_COUNTThe number of operations of the 'Debug Auto Attach Settings' class.- See Also:
-
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY
static final int DEBUG_AUTO_ATTACH_SETTINGS_PROPERTYThe meta object id for the 'Debug Auto Attach Settings Property
' class. -
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY__AUTO_ATTACH_SETTINGS
static final int DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY__AUTO_ATTACH_SETTINGSThe feature id for the 'Auto Attach Settings' containment reference.- See Also:
-
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_FEATURE_COUNT
static final int DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_FEATURE_COUNTThe number of structural features of the 'Debug Auto Attach Settings Property' class.- See Also:
-
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_OPERATION_COUNT
static final int DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_OPERATION_COUNTThe number of operations of the 'Debug Auto Attach Settings Property' class.- See Also:
-
-
Method Details
-
getDebugAutoAttachSettings
org.eclipse.emf.ecore.EClass getDebugAutoAttachSettings()Returns the meta object for class 'Debug Auto Attach Settings
'.- Returns:
- the meta object for class 'Debug Auto Attach Settings'.
- See Also:
-
getDebugAutoAttachSettings_TargetType
org.eclipse.emf.ecore.EAttribute getDebugAutoAttachSettings_TargetType()Returns the meta object for the attribute list 'Target Type
'.- Returns:
- the meta object for the attribute list 'Target Type'.
- See Also:
-
getDebugAutoAttachSettings_AreaName
org.eclipse.emf.ecore.EAttribute getDebugAutoAttachSettings_AreaName()Returns the meta object for the attribute list 'Area Name
'.- Returns:
- the meta object for the attribute list 'Area Name'.
- See Also:
-
getDebugAutoAttachSettingsProperty
org.eclipse.emf.ecore.EClass getDebugAutoAttachSettingsProperty()Returns the meta object for class 'Debug Auto Attach Settings Property
'.- Returns:
- the meta object for class 'Debug Auto Attach Settings Property'.
- See Also:
-
getDebugAutoAttachSettingsProperty_AutoAttachSettings
org.eclipse.emf.ecore.EReference getDebugAutoAttachSettingsProperty_AutoAttachSettings()Returns the meta object for the containment reference 'Auto Attach Settings
'.- Returns:
- the meta object for the containment reference 'Auto Attach Settings'.
- See Also:
-
getAttachFactory
AttachFactory getAttachFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-