org.eclipse.mtj.api.project.impl
Class ProjectPackageImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.FlatEObjectImpl
                  extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                      extended by org.eclipse.emf.ecore.impl.ENamedElementImpl
                          extended by org.eclipse.emf.ecore.impl.EPackageImpl
                              extended by org.eclipse.mtj.api.project.impl.ProjectPackageImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder, ProjectPackage

public class ProjectPackageImpl
extends org.eclipse.emf.ecore.impl.EPackageImpl
implements ProjectPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.mtj.api.project.ProjectPackage
DEBUG_CONFIGURATION, DEBUG_CONFIGURATION_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, OBFUSCATION_DETAIL, OBFUSCATION_DETAIL__ADDITIONAL_SETTINGS, OBFUSCATION_DETAIL__LEVEL, OBFUSCATION_DETAIL_FEATURE_COUNT, PACKAGING_DETAILS, PACKAGING_DETAILS__EXCULED_MANIFEST_ENTRIES, PACKAGING_DETAILS__INCREMENT_VERSION_AUTOMATICALLY, PACKAGING_DETAILS_FEATURE_COUNT, PARAMETER, PARAMETER__NAME, PARAMETER_FEATURE_COUNT, PREPROCESSING_DETAIL, PREPROCESSING_DETAIL__CONDITION, PREPROCESSING_DETAIL_FEATURE_COUNT, PROJECT, PROJECT__DEFAULT_DEPLOYMENT_DEVICE, PROJECT__DEFAULT_TARGET_DEVICE, PROJECT__NAME, PROJECT__OBFUSCATION_DETAIL, PROJECT__PACKAGING_DETAILS, PROJECT__TARGET_DEVICES, PROJECT__TYPE, PROJECT_FEATURE_COUNT, SIGNING_DETAIL, SIGNING_DETAIL__ALIAS, SIGNING_DETAIL__KEYSTORE, SIGNING_DETAIL_FEATURE_COUNT, TARGET_DEVICE, TARGET_DEVICE__DESCRIPTION, TARGET_DEVICE__DEVICE_GROUP_NAME, TARGET_DEVICE__DEVICE_NAME, TARGET_DEVICE__DEVICE_PLATFORM_NAME, TARGET_DEVICE__NAME, TARGET_DEVICE__PREPROCESSING_DETAILS, TARGET_DEVICE__RUNTIME_PLATFORM, TARGET_DEVICE__SIGNING_DETAILS, TARGET_DEVICE_FEATURE_COUNT
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 org.eclipse.emf.ecore.EClass getDebugConfiguration()
           
 org.eclipse.emf.ecore.EAttribute getObfuscationDetail_AdditionalSettings()
           
 org.eclipse.emf.ecore.EAttribute getObfuscationDetail_Level()
           
 org.eclipse.emf.ecore.EClass getObfuscationDetail()
           
 org.eclipse.emf.ecore.EReference getPackagingDetails_ExculedManifestEntries()
           
 org.eclipse.emf.ecore.EAttribute getPackagingDetails_IncrementVersionAutomatically()
           
 org.eclipse.emf.ecore.EClass getPackagingDetails()
           
 org.eclipse.emf.ecore.EAttribute getParameter_Name()
           
 org.eclipse.emf.ecore.EClass getParameter()
           
 org.eclipse.emf.ecore.EAttribute getPreprocessingDetail_Condition()
           
 org.eclipse.emf.ecore.EClass getPreprocessingDetail()
           
 org.eclipse.emf.ecore.EReference getProject_DefaultDeploymentDevice()
           
 org.eclipse.emf.ecore.EReference getProject_DefaultTargetDevice()
           
 org.eclipse.emf.ecore.EAttribute getProject_Name()
           
 org.eclipse.emf.ecore.EReference getProject_ObfuscationDetail()
           
 org.eclipse.emf.ecore.EReference getProject_PackagingDetails()
           
 org.eclipse.emf.ecore.EReference getProject_TargetDevices()
           
 org.eclipse.emf.ecore.EAttribute getProject_Type()
           
 org.eclipse.emf.ecore.EClass getProject()
           
 ProjectFactory getProjectFactory()
           
 org.eclipse.emf.ecore.EAttribute getSigningDetail_Alias()
           
 org.eclipse.emf.ecore.EAttribute getSigningDetail_Keystore()
           
 org.eclipse.emf.ecore.EClass getSigningDetail()
           
 org.eclipse.emf.ecore.EAttribute getTargetDevice_Description()
           
 org.eclipse.emf.ecore.EAttribute getTargetDevice_DeviceGroupName()
           
 org.eclipse.emf.ecore.EAttribute getTargetDevice_DeviceName()
           
 org.eclipse.emf.ecore.EAttribute getTargetDevice_DevicePlatformName()
           
 org.eclipse.emf.ecore.EAttribute getTargetDevice_Name()
           
 org.eclipse.emf.ecore.EReference getTargetDevice_PreprocessingDetails()
           
 org.eclipse.emf.ecore.EReference getTargetDevice_RuntimePlatform()
           
 org.eclipse.emf.ecore.EReference getTargetDevice_SigningDetails()
           
 org.eclipse.emf.ecore.EClass getTargetDevice()
           
static ProjectPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
basicGetESuperPackage, basicSetEFactoryInstance, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eSet, eSetProxyURI, eUnset, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, setEFactoryInstance, setExtendedMetaData, setNamespaceURI, setNsPrefix, setNsURI, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
getName, getNameGen, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eURIFragmentSegment, getEAnnotation, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl
eContents, eCrossReferences, eIsProxy, eProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eSetClass, eSetDeliver
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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.ecore.ENamedElement
getName, setName
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

init

public static ProjectPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
ProjectPackage.eNS_URI, createPackageContents(), initializePackageContents()

getProject

public org.eclipse.emf.ecore.EClass getProject()

Specified by:
getProject in interface ProjectPackage
Returns:
the meta object for class 'Project'.
See Also:
Project

getProject_Type

public org.eclipse.emf.ecore.EAttribute getProject_Type()

Specified by:
getProject_Type in interface ProjectPackage
Returns:
the meta object for the attribute 'Type'.
See Also:
Project.getType(), ProjectPackage.getProject()

getProject_TargetDevices

public org.eclipse.emf.ecore.EReference getProject_TargetDevices()

Specified by:
getProject_TargetDevices in interface ProjectPackage
Returns:
the meta object for the containment reference list 'Target Devices'.
See Also:
Project.getTargetDevices(), ProjectPackage.getProject()

getProject_DefaultTargetDevice

public org.eclipse.emf.ecore.EReference getProject_DefaultTargetDevice()

Specified by:
getProject_DefaultTargetDevice in interface ProjectPackage
Returns:
the meta object for the containment reference 'Default Target Device'.
See Also:
Project.getDefaultTargetDevice(), ProjectPackage.getProject()

getProject_ObfuscationDetail

public org.eclipse.emf.ecore.EReference getProject_ObfuscationDetail()

Specified by:
getProject_ObfuscationDetail in interface ProjectPackage
Returns:
the meta object for the containment reference 'Obfuscation Detail'.
See Also:
Project.getObfuscationDetail(), ProjectPackage.getProject()

getProject_Name

public org.eclipse.emf.ecore.EAttribute getProject_Name()

Specified by:
getProject_Name in interface ProjectPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
Project.getName(), ProjectPackage.getProject()

getProject_PackagingDetails

public org.eclipse.emf.ecore.EReference getProject_PackagingDetails()

Specified by:
getProject_PackagingDetails in interface ProjectPackage
Returns:
the meta object for the containment reference 'Packaging Details'.
See Also:
Project.getPackagingDetails(), ProjectPackage.getProject()

getProject_DefaultDeploymentDevice

public org.eclipse.emf.ecore.EReference getProject_DefaultDeploymentDevice()

Specified by:
getProject_DefaultDeploymentDevice in interface ProjectPackage
Returns:
the meta object for the reference 'Default Deployment Device'.
See Also:
Project.getDefaultDeploymentDevice(), ProjectPackage.getProject()

getObfuscationDetail

public org.eclipse.emf.ecore.EClass getObfuscationDetail()

Specified by:
getObfuscationDetail in interface ProjectPackage
Returns:
the meta object for class 'Obfuscation Detail'.
See Also:
ObfuscationDetail

getObfuscationDetail_Level

public org.eclipse.emf.ecore.EAttribute getObfuscationDetail_Level()

Specified by:
getObfuscationDetail_Level in interface ProjectPackage
Returns:
the meta object for the attribute 'Level'.
See Also:
ObfuscationDetail.getLevel(), ProjectPackage.getObfuscationDetail()

getObfuscationDetail_AdditionalSettings

public org.eclipse.emf.ecore.EAttribute getObfuscationDetail_AdditionalSettings()

Specified by:
getObfuscationDetail_AdditionalSettings in interface ProjectPackage
Returns:
the meta object for the attribute 'Additional Settings'.
See Also:
ObfuscationDetail.getAdditionalSettings(), ProjectPackage.getObfuscationDetail()

getDebugConfiguration

public org.eclipse.emf.ecore.EClass getDebugConfiguration()

Specified by:
getDebugConfiguration in interface ProjectPackage
Returns:
the meta object for class 'Debug Configuration'.
See Also:
DebugConfiguration

getTargetDevice

public org.eclipse.emf.ecore.EClass getTargetDevice()

Specified by:
getTargetDevice in interface ProjectPackage
Returns:
the meta object for class 'Target Device'.
See Also:
TargetDevice

getTargetDevice_SigningDetails

public org.eclipse.emf.ecore.EReference getTargetDevice_SigningDetails()

Specified by:
getTargetDevice_SigningDetails in interface ProjectPackage
Returns:
the meta object for the containment reference list 'Signing Details'.
See Also:
TargetDevice.getSigningDetails(), ProjectPackage.getTargetDevice()

getTargetDevice_PreprocessingDetails

public org.eclipse.emf.ecore.EReference getTargetDevice_PreprocessingDetails()

Specified by:
getTargetDevice_PreprocessingDetails in interface ProjectPackage
Returns:
the meta object for the containment reference list 'Preprocessing Details'.
See Also:
TargetDevice.getPreprocessingDetails(), ProjectPackage.getTargetDevice()

getTargetDevice_RuntimePlatform

public org.eclipse.emf.ecore.EReference getTargetDevice_RuntimePlatform()

Specified by:
getTargetDevice_RuntimePlatform in interface ProjectPackage
Returns:
the meta object for the containment reference 'Runtime Platform'.
See Also:
TargetDevice.getRuntimePlatform(), ProjectPackage.getTargetDevice()

getTargetDevice_Name

public org.eclipse.emf.ecore.EAttribute getTargetDevice_Name()

Specified by:
getTargetDevice_Name in interface ProjectPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
TargetDevice.getName(), ProjectPackage.getTargetDevice()

getTargetDevice_Description

public org.eclipse.emf.ecore.EAttribute getTargetDevice_Description()

Specified by:
getTargetDevice_Description in interface ProjectPackage
Returns:
the meta object for the attribute 'Description'.
See Also:
TargetDevice.getDescription(), ProjectPackage.getTargetDevice()

getTargetDevice_DevicePlatformName

public org.eclipse.emf.ecore.EAttribute getTargetDevice_DevicePlatformName()

Specified by:
getTargetDevice_DevicePlatformName in interface ProjectPackage
Returns:
the meta object for the attribute 'Device Platform Name'.
See Also:
TargetDevice.getDevicePlatformName(), ProjectPackage.getTargetDevice()

getTargetDevice_DeviceName

public org.eclipse.emf.ecore.EAttribute getTargetDevice_DeviceName()

Specified by:
getTargetDevice_DeviceName in interface ProjectPackage
Returns:
the meta object for the attribute 'Device Name'.
See Also:
TargetDevice.getDeviceName(), ProjectPackage.getTargetDevice()

getTargetDevice_DeviceGroupName

public org.eclipse.emf.ecore.EAttribute getTargetDevice_DeviceGroupName()

Specified by:
getTargetDevice_DeviceGroupName in interface ProjectPackage
Returns:
the meta object for the attribute 'Device Group Name'.
See Also:
TargetDevice.getDeviceGroupName(), ProjectPackage.getTargetDevice()

getPreprocessingDetail

public org.eclipse.emf.ecore.EClass getPreprocessingDetail()

Specified by:
getPreprocessingDetail in interface ProjectPackage
Returns:
the meta object for class 'Preprocessing Detail'.
See Also:
PreprocessingDetail

getPreprocessingDetail_Condition

public org.eclipse.emf.ecore.EAttribute getPreprocessingDetail_Condition()

Specified by:
getPreprocessingDetail_Condition in interface ProjectPackage
Returns:
the meta object for the attribute 'Condition'.
See Also:
PreprocessingDetail.getCondition(), ProjectPackage.getPreprocessingDetail()

getSigningDetail

public org.eclipse.emf.ecore.EClass getSigningDetail()

Specified by:
getSigningDetail in interface ProjectPackage
Returns:
the meta object for class 'Signing Detail'.
See Also:
SigningDetail

getSigningDetail_Keystore

public org.eclipse.emf.ecore.EAttribute getSigningDetail_Keystore()

Specified by:
getSigningDetail_Keystore in interface ProjectPackage
Returns:
the meta object for the attribute 'Keystore'.
See Also:
SigningDetail.getKeystore(), ProjectPackage.getSigningDetail()

getSigningDetail_Alias

public org.eclipse.emf.ecore.EAttribute getSigningDetail_Alias()

Specified by:
getSigningDetail_Alias in interface ProjectPackage
Returns:
the meta object for the attribute 'Alias'.
See Also:
SigningDetail.getAlias(), ProjectPackage.getSigningDetail()

getPackagingDetails

public org.eclipse.emf.ecore.EClass getPackagingDetails()

Specified by:
getPackagingDetails in interface ProjectPackage
Returns:
the meta object for class 'Packaging Details'.
See Also:
PackagingDetails

getPackagingDetails_IncrementVersionAutomatically

public org.eclipse.emf.ecore.EAttribute getPackagingDetails_IncrementVersionAutomatically()

Specified by:
getPackagingDetails_IncrementVersionAutomatically in interface ProjectPackage
Returns:
the meta object for the attribute 'Increment Version Automatically'.
See Also:
PackagingDetails.isIncrementVersionAutomatically(), ProjectPackage.getPackagingDetails()

getPackagingDetails_ExculedManifestEntries

public org.eclipse.emf.ecore.EReference getPackagingDetails_ExculedManifestEntries()

Specified by:
getPackagingDetails_ExculedManifestEntries in interface ProjectPackage
Returns:
the meta object for the containment reference list 'Exculed Manifest Entries'.
See Also:
PackagingDetails.getExculedManifestEntries(), ProjectPackage.getPackagingDetails()

getParameter

public org.eclipse.emf.ecore.EClass getParameter()

Specified by:
getParameter in interface ProjectPackage
Returns:
the meta object for class 'Parameter'.
See Also:
Parameter

getParameter_Name

public org.eclipse.emf.ecore.EAttribute getParameter_Name()

Specified by:
getParameter_Name in interface ProjectPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
Parameter.getName(), ProjectPackage.getParameter()

getProjectFactory

public ProjectFactory getProjectFactory()

Specified by:
getProjectFactory in interface ProjectPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.