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:
AttachFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AttachPackage.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 int
DEBUG_AUTO_ATTACH_SETTINGS
The meta object id for the 'Debug Auto Attach Settings
' class.static int
DEBUG_AUTO_ATTACH_SETTINGS__AREA_NAME
The feature id for the 'Area Name' attribute list.static int
DEBUG_AUTO_ATTACH_SETTINGS__TARGET_TYPE
The feature id for the 'Target Type' attribute list.static int
DEBUG_AUTO_ATTACH_SETTINGS_FEATURE_COUNT
The number of structural features of the 'Debug Auto Attach Settings' class.static int
DEBUG_AUTO_ATTACH_SETTINGS_OPERATION_COUNT
The number of operations of the 'Debug Auto Attach Settings' class.static int
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY
The meta object id for the 'Debug Auto Attach Settings Property
' class.static int
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY__AUTO_ATTACH_SETTINGS
The feature id for the 'Auto Attach Settings' containment reference.static int
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Debug Auto Attach Settings Property' class.static int
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_OPERATION_COUNT
The number of operations of the 'Debug Auto Attach Settings Property' class.static AttachPackage
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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachFactory
getAttachFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getDebugAutoAttachSettings()
Returns the meta object for class 'Debug Auto Attach Settings
'.org.eclipse.emf.ecore.EAttribute
getDebugAutoAttachSettings_AreaName()
Returns the meta object for the attribute list 'Area Name
'.org.eclipse.emf.ecore.EAttribute
getDebugAutoAttachSettings_TargetType()
Returns the meta object for the attribute list 'Target Type
'.org.eclipse.emf.ecore.EClass
getDebugAutoAttachSettingsProperty()
Returns the meta object for class 'Debug Auto Attach Settings Property
'.org.eclipse.emf.ecore.EReference
getDebugAutoAttachSettingsProperty_AutoAttachSettings()
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.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 AttachPackage eINSTANCE
The singleton instance of the package.
-
DEBUG_AUTO_ATTACH_SETTINGS
static final int DEBUG_AUTO_ATTACH_SETTINGS
The meta object id for the 'Debug Auto Attach Settings
' class.
-
DEBUG_AUTO_ATTACH_SETTINGS__TARGET_TYPE
static final int DEBUG_AUTO_ATTACH_SETTINGS__TARGET_TYPE
The feature id for the 'Target Type' attribute list.- See Also:
- Constant Field Values
-
DEBUG_AUTO_ATTACH_SETTINGS__AREA_NAME
static final int DEBUG_AUTO_ATTACH_SETTINGS__AREA_NAME
The feature id for the 'Area Name' attribute list.- See Also:
- Constant Field Values
-
DEBUG_AUTO_ATTACH_SETTINGS_FEATURE_COUNT
static final int DEBUG_AUTO_ATTACH_SETTINGS_FEATURE_COUNT
The number of structural features of the 'Debug Auto Attach Settings' class.- See Also:
- Constant Field Values
-
DEBUG_AUTO_ATTACH_SETTINGS_OPERATION_COUNT
static final int DEBUG_AUTO_ATTACH_SETTINGS_OPERATION_COUNT
The number of operations of the 'Debug Auto Attach Settings' class.- See Also:
- Constant Field Values
-
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY
static final int DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY
The 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_SETTINGS
The feature id for the 'Auto Attach Settings' containment reference.- See Also:
- Constant Field Values
-
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_FEATURE_COUNT
static final int DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Debug Auto Attach Settings Property' class.- See Also:
- Constant Field Values
-
DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_OPERATION_COUNT
static final int DEBUG_AUTO_ATTACH_SETTINGS_PROPERTY_OPERATION_COUNT
The number of operations of the 'Debug Auto Attach Settings Property' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
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:
DebugAutoAttachSettings
-
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:
DebugAutoAttachSettings.getTargetType()
,getDebugAutoAttachSettings()
-
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:
DebugAutoAttachSettings.getAreaName()
,getDebugAutoAttachSettings()
-
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:
DebugAutoAttachSettingsProperty
-
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:
DebugAutoAttachSettingsProperty.getAutoAttachSettings()
,getDebugAutoAttachSettingsProperty()
-
getAttachFactory
AttachFactory getAttachFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-