org.eclipse.mtj.api.project
Interface ProjectPackage

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:
ProjectPackageImpl

public interface ProjectPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ProjectFactory

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int DEBUG_CONFIGURATION
          The meta object id for the 'Debug Configuration' class.
static int DEBUG_CONFIGURATION_FEATURE_COUNT
          The number of structural features of the the 'Debug Configuration' class.
static ProjectPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int OBFUSCATION_DETAIL
          The meta object id for the 'Obfuscation Detail' class.
static int OBFUSCATION_DETAIL__ADDITIONAL_SETTINGS
          The feature id for the 'Additional Settings' attribute.
static int OBFUSCATION_DETAIL__LEVEL
          The feature id for the 'Level' attribute.
static int OBFUSCATION_DETAIL_FEATURE_COUNT
          The number of structural features of the the 'Obfuscation Detail' class.
static int PACKAGING_DETAILS
          The meta object id for the 'Packaging Details' class.
static int PACKAGING_DETAILS__EXCULED_MANIFEST_ENTRIES
          The feature id for the 'Exculed Manifest Entries' containment reference list.
static int PACKAGING_DETAILS__INCREMENT_VERSION_AUTOMATICALLY
          The feature id for the 'Increment Version Automatically' attribute.
static int PACKAGING_DETAILS_FEATURE_COUNT
          The number of structural features of the the 'Packaging Details' class.
static int PARAMETER
          The meta object id for the 'Parameter' class.
static int PARAMETER__NAME
          The feature id for the 'Name' attribute.
static int PARAMETER_FEATURE_COUNT
          The number of structural features of the the 'Parameter' class.
static int PREPROCESSING_DETAIL
          The meta object id for the 'Preprocessing Detail' class.
static int PREPROCESSING_DETAIL__CONDITION
          The feature id for the 'Condition' attribute.
static int PREPROCESSING_DETAIL_FEATURE_COUNT
          The number of structural features of the the 'Preprocessing Detail' class.
static int PROJECT
          The meta object id for the 'Project' class.
static int PROJECT__DEFAULT_DEPLOYMENT_DEVICE
          The feature id for the 'Default Deployment Device' reference.
static int PROJECT__DEFAULT_TARGET_DEVICE
          The feature id for the 'Default Target Device' containment reference.
static int PROJECT__NAME
          The feature id for the 'Name' attribute.
static int PROJECT__OBFUSCATION_DETAIL
          The feature id for the 'Obfuscation Detail' containment reference.
static int PROJECT__PACKAGING_DETAILS
          The feature id for the 'Packaging Details' containment reference.
static int PROJECT__TARGET_DEVICES
          The feature id for the 'Target Devices' containment reference list.
static int PROJECT__TYPE
          The feature id for the 'Type' attribute.
static int PROJECT_FEATURE_COUNT
          The number of structural features of the the 'Project' class.
static int SIGNING_DETAIL
          The meta object id for the 'Signing Detail' class.
static int SIGNING_DETAIL__ALIAS
          The feature id for the 'Alias' attribute.
static int SIGNING_DETAIL__KEYSTORE
          The feature id for the 'Keystore' attribute.
static int SIGNING_DETAIL_FEATURE_COUNT
          The number of structural features of the the 'Signing Detail' class.
static int TARGET_DEVICE
          The meta object id for the 'Target Device' class.
static int TARGET_DEVICE__DESCRIPTION
          The feature id for the 'Description' attribute.
static int TARGET_DEVICE__DEVICE_GROUP_NAME
          The feature id for the 'Device Group Name' attribute.
static int TARGET_DEVICE__DEVICE_NAME
          The feature id for the 'Device Name' attribute.
static int TARGET_DEVICE__DEVICE_PLATFORM_NAME
          The feature id for the 'Device Platform Name' attribute.
static int TARGET_DEVICE__NAME
          The feature id for the 'Name' attribute.
static int TARGET_DEVICE__PREPROCESSING_DETAILS
          The feature id for the 'Preprocessing Details' containment reference list.
static int TARGET_DEVICE__RUNTIME_PLATFORM
          The feature id for the 'Runtime Platform' containment reference.
static int TARGET_DEVICE__SIGNING_DETAILS
          The feature id for the 'Signing Details' containment reference list.
static int TARGET_DEVICE_FEATURE_COUNT
          The number of structural features of the the 'Target Device' class.
 
Method Summary
 org.eclipse.emf.ecore.EClass getDebugConfiguration()
          Returns the meta object for class 'Debug Configuration'.
 org.eclipse.emf.ecore.EAttribute getObfuscationDetail_AdditionalSettings()
          Returns the meta object for the attribute 'Additional Settings'.
 org.eclipse.emf.ecore.EAttribute getObfuscationDetail_Level()
          Returns the meta object for the attribute 'Level'.
 org.eclipse.emf.ecore.EClass getObfuscationDetail()
          Returns the meta object for class 'Obfuscation Detail'.
 org.eclipse.emf.ecore.EReference getPackagingDetails_ExculedManifestEntries()
          Returns the meta object for the containment reference list 'Exculed Manifest Entries'.
 org.eclipse.emf.ecore.EAttribute getPackagingDetails_IncrementVersionAutomatically()
          Returns the meta object for the attribute 'Increment Version Automatically'.
 org.eclipse.emf.ecore.EClass getPackagingDetails()
          Returns the meta object for class 'Packaging Details'.
 org.eclipse.emf.ecore.EAttribute getParameter_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getParameter()
          Returns the meta object for class 'Parameter'.
 org.eclipse.emf.ecore.EAttribute getPreprocessingDetail_Condition()
          Returns the meta object for the attribute 'Condition'.
 org.eclipse.emf.ecore.EClass getPreprocessingDetail()
          Returns the meta object for class 'Preprocessing Detail'.
 org.eclipse.emf.ecore.EReference getProject_DefaultDeploymentDevice()
          Returns the meta object for the reference 'Default Deployment Device'.
 org.eclipse.emf.ecore.EReference getProject_DefaultTargetDevice()
          Returns the meta object for the containment reference 'Default Target Device'.
 org.eclipse.emf.ecore.EAttribute getProject_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getProject_ObfuscationDetail()
          Returns the meta object for the containment reference 'Obfuscation Detail'.
 org.eclipse.emf.ecore.EReference getProject_PackagingDetails()
          Returns the meta object for the containment reference 'Packaging Details'.
 org.eclipse.emf.ecore.EReference getProject_TargetDevices()
          Returns the meta object for the containment reference list 'Target Devices'.
 org.eclipse.emf.ecore.EAttribute getProject_Type()
          Returns the meta object for the attribute 'Type'.
 org.eclipse.emf.ecore.EClass getProject()
          Returns the meta object for class 'Project'.
 ProjectFactory getProjectFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getSigningDetail_Alias()
          Returns the meta object for the attribute 'Alias'.
 org.eclipse.emf.ecore.EAttribute getSigningDetail_Keystore()
          Returns the meta object for the attribute 'Keystore'.
 org.eclipse.emf.ecore.EClass getSigningDetail()
          Returns the meta object for class 'Signing Detail'.
 org.eclipse.emf.ecore.EAttribute getTargetDevice_Description()
          Returns the meta object for the attribute 'Description'.
 org.eclipse.emf.ecore.EAttribute getTargetDevice_DeviceGroupName()
          Returns the meta object for the attribute 'Device Group Name'.
 org.eclipse.emf.ecore.EAttribute getTargetDevice_DeviceName()
          Returns the meta object for the attribute 'Device Name'.
 org.eclipse.emf.ecore.EAttribute getTargetDevice_DevicePlatformName()
          Returns the meta object for the attribute 'Device Platform Name'.
 org.eclipse.emf.ecore.EAttribute getTargetDevice_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getTargetDevice_PreprocessingDetails()
          Returns the meta object for the containment reference list 'Preprocessing Details'.
 org.eclipse.emf.ecore.EReference getTargetDevice_RuntimePlatform()
          Returns the meta object for the containment reference 'Runtime Platform'.
 org.eclipse.emf.ecore.EReference getTargetDevice_SigningDetails()
          Returns the meta object for the containment reference list 'Signing Details'.
 org.eclipse.emf.ecore.EClass getTargetDevice()
          Returns the meta object for class 'Target Device'.
 
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
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ProjectPackage eINSTANCE
The singleton instance of the package.


PROJECT

static final int PROJECT
The meta object id for the 'Project' class.

See Also:
ProjectImpl, ProjectPackageImpl.getProject(), Constant Field Values

PROJECT__TYPE

static final int PROJECT__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

PROJECT__TARGET_DEVICES

static final int PROJECT__TARGET_DEVICES
The feature id for the 'Target Devices' containment reference list.

See Also:
Constant Field Values

PROJECT__DEFAULT_TARGET_DEVICE

static final int PROJECT__DEFAULT_TARGET_DEVICE
The feature id for the 'Default Target Device' containment reference.

See Also:
Constant Field Values

PROJECT__OBFUSCATION_DETAIL

static final int PROJECT__OBFUSCATION_DETAIL
The feature id for the 'Obfuscation Detail' containment reference.

See Also:
Constant Field Values

PROJECT__NAME

static final int PROJECT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

PROJECT__PACKAGING_DETAILS

static final int PROJECT__PACKAGING_DETAILS
The feature id for the 'Packaging Details' containment reference.

See Also:
Constant Field Values

PROJECT__DEFAULT_DEPLOYMENT_DEVICE

static final int PROJECT__DEFAULT_DEPLOYMENT_DEVICE
The feature id for the 'Default Deployment Device' reference.

See Also:
Constant Field Values

PROJECT_FEATURE_COUNT

static final int PROJECT_FEATURE_COUNT
The number of structural features of the the 'Project' class.

See Also:
Constant Field Values

OBFUSCATION_DETAIL

static final int OBFUSCATION_DETAIL
The meta object id for the 'Obfuscation Detail' class.

See Also:
ObfuscationDetailImpl, ProjectPackageImpl.getObfuscationDetail(), Constant Field Values

OBFUSCATION_DETAIL__LEVEL

static final int OBFUSCATION_DETAIL__LEVEL
The feature id for the 'Level' attribute.

See Also:
Constant Field Values

OBFUSCATION_DETAIL__ADDITIONAL_SETTINGS

static final int OBFUSCATION_DETAIL__ADDITIONAL_SETTINGS
The feature id for the 'Additional Settings' attribute.

See Also:
Constant Field Values

OBFUSCATION_DETAIL_FEATURE_COUNT

static final int OBFUSCATION_DETAIL_FEATURE_COUNT
The number of structural features of the the 'Obfuscation Detail' class.

See Also:
Constant Field Values

DEBUG_CONFIGURATION

static final int DEBUG_CONFIGURATION
The meta object id for the 'Debug Configuration' class.

See Also:
DebugConfigurationImpl, ProjectPackageImpl.getDebugConfiguration(), Constant Field Values

DEBUG_CONFIGURATION_FEATURE_COUNT

static final int DEBUG_CONFIGURATION_FEATURE_COUNT
The number of structural features of the the 'Debug Configuration' class.

See Also:
Constant Field Values

TARGET_DEVICE

static final int TARGET_DEVICE
The meta object id for the 'Target Device' class.

See Also:
TargetDeviceImpl, ProjectPackageImpl.getTargetDevice(), Constant Field Values

TARGET_DEVICE__SIGNING_DETAILS

static final int TARGET_DEVICE__SIGNING_DETAILS
The feature id for the 'Signing Details' containment reference list.

See Also:
Constant Field Values

TARGET_DEVICE__PREPROCESSING_DETAILS

static final int TARGET_DEVICE__PREPROCESSING_DETAILS
The feature id for the 'Preprocessing Details' containment reference list.

See Also:
Constant Field Values

TARGET_DEVICE__RUNTIME_PLATFORM

static final int TARGET_DEVICE__RUNTIME_PLATFORM
The feature id for the 'Runtime Platform' containment reference.

See Also:
Constant Field Values

TARGET_DEVICE__NAME

static final int TARGET_DEVICE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TARGET_DEVICE__DESCRIPTION

static final int TARGET_DEVICE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

TARGET_DEVICE__DEVICE_PLATFORM_NAME

static final int TARGET_DEVICE__DEVICE_PLATFORM_NAME
The feature id for the 'Device Platform Name' attribute.

See Also:
Constant Field Values

TARGET_DEVICE__DEVICE_NAME

static final int TARGET_DEVICE__DEVICE_NAME
The feature id for the 'Device Name' attribute.

See Also:
Constant Field Values

TARGET_DEVICE__DEVICE_GROUP_NAME

static final int TARGET_DEVICE__DEVICE_GROUP_NAME
The feature id for the 'Device Group Name' attribute.

See Also:
Constant Field Values

TARGET_DEVICE_FEATURE_COUNT

static final int TARGET_DEVICE_FEATURE_COUNT
The number of structural features of the the 'Target Device' class.

See Also:
Constant Field Values

PREPROCESSING_DETAIL

static final int PREPROCESSING_DETAIL
The meta object id for the 'Preprocessing Detail' class.

See Also:
PreprocessingDetailImpl, ProjectPackageImpl.getPreprocessingDetail(), Constant Field Values

PREPROCESSING_DETAIL__CONDITION

static final int PREPROCESSING_DETAIL__CONDITION
The feature id for the 'Condition' attribute.

See Also:
Constant Field Values

PREPROCESSING_DETAIL_FEATURE_COUNT

static final int PREPROCESSING_DETAIL_FEATURE_COUNT
The number of structural features of the the 'Preprocessing Detail' class.

See Also:
Constant Field Values

SIGNING_DETAIL

static final int SIGNING_DETAIL
The meta object id for the 'Signing Detail' class.

See Also:
SigningDetailImpl, ProjectPackageImpl.getSigningDetail(), Constant Field Values

SIGNING_DETAIL__KEYSTORE

static final int SIGNING_DETAIL__KEYSTORE
The feature id for the 'Keystore' attribute.

See Also:
Constant Field Values

SIGNING_DETAIL__ALIAS

static final int SIGNING_DETAIL__ALIAS
The feature id for the 'Alias' attribute.

See Also:
Constant Field Values

SIGNING_DETAIL_FEATURE_COUNT

static final int SIGNING_DETAIL_FEATURE_COUNT
The number of structural features of the the 'Signing Detail' class.

See Also:
Constant Field Values

PACKAGING_DETAILS

static final int PACKAGING_DETAILS
The meta object id for the 'Packaging Details' class.

See Also:
PackagingDetailsImpl, ProjectPackageImpl.getPackagingDetails(), Constant Field Values

PACKAGING_DETAILS__INCREMENT_VERSION_AUTOMATICALLY

static final int PACKAGING_DETAILS__INCREMENT_VERSION_AUTOMATICALLY
The feature id for the 'Increment Version Automatically' attribute.

See Also:
Constant Field Values

PACKAGING_DETAILS__EXCULED_MANIFEST_ENTRIES

static final int PACKAGING_DETAILS__EXCULED_MANIFEST_ENTRIES
The feature id for the 'Exculed Manifest Entries' containment reference list.

See Also:
Constant Field Values

PACKAGING_DETAILS_FEATURE_COUNT

static final int PACKAGING_DETAILS_FEATURE_COUNT
The number of structural features of the the 'Packaging Details' class.

See Also:
Constant Field Values

PARAMETER

static final int PARAMETER
The meta object id for the 'Parameter' class.

See Also:
ParameterImpl, ProjectPackageImpl.getParameter(), Constant Field Values

PARAMETER__NAME

static final int PARAMETER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

PARAMETER_FEATURE_COUNT

static final int PARAMETER_FEATURE_COUNT
The number of structural features of the the 'Parameter' class.

See Also:
Constant Field Values
Method Detail

getProject

org.eclipse.emf.ecore.EClass getProject()
Returns the meta object for class 'Project'.

Returns:
the meta object for class 'Project'.
See Also:
Project

getProject_Type

org.eclipse.emf.ecore.EAttribute getProject_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
Project.getType(), getProject()

getProject_TargetDevices

org.eclipse.emf.ecore.EReference getProject_TargetDevices()
Returns the meta object for the containment reference list 'Target Devices'.

Returns:
the meta object for the containment reference list 'Target Devices'.
See Also:
Project.getTargetDevices(), getProject()

getProject_DefaultTargetDevice

org.eclipse.emf.ecore.EReference getProject_DefaultTargetDevice()
Returns the meta object for the containment reference 'Default Target Device'.

Returns:
the meta object for the containment reference 'Default Target Device'.
See Also:
Project.getDefaultTargetDevice(), getProject()

getProject_ObfuscationDetail

org.eclipse.emf.ecore.EReference getProject_ObfuscationDetail()
Returns the meta object for the containment reference 'Obfuscation Detail'.

Returns:
the meta object for the containment reference 'Obfuscation Detail'.
See Also:
Project.getObfuscationDetail(), getProject()

getProject_Name

org.eclipse.emf.ecore.EAttribute getProject_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Project.getName(), getProject()

getProject_PackagingDetails

org.eclipse.emf.ecore.EReference getProject_PackagingDetails()
Returns the meta object for the containment reference 'Packaging Details'.

Returns:
the meta object for the containment reference 'Packaging Details'.
See Also:
Project.getPackagingDetails(), getProject()

getProject_DefaultDeploymentDevice

org.eclipse.emf.ecore.EReference getProject_DefaultDeploymentDevice()
Returns the meta object for the reference 'Default Deployment Device'.

Returns:
the meta object for the reference 'Default Deployment Device'.
See Also:
Project.getDefaultDeploymentDevice(), getProject()

getObfuscationDetail

org.eclipse.emf.ecore.EClass getObfuscationDetail()
Returns the meta object for class 'Obfuscation Detail'.

Returns:
the meta object for class 'Obfuscation Detail'.
See Also:
ObfuscationDetail

getObfuscationDetail_Level

org.eclipse.emf.ecore.EAttribute getObfuscationDetail_Level()
Returns the meta object for the attribute 'Level'.

Returns:
the meta object for the attribute 'Level'.
See Also:
ObfuscationDetail.getLevel(), getObfuscationDetail()

getObfuscationDetail_AdditionalSettings

org.eclipse.emf.ecore.EAttribute getObfuscationDetail_AdditionalSettings()
Returns the meta object for the attribute 'Additional Settings'.

Returns:
the meta object for the attribute 'Additional Settings'.
See Also:
ObfuscationDetail.getAdditionalSettings(), getObfuscationDetail()

getDebugConfiguration

org.eclipse.emf.ecore.EClass getDebugConfiguration()
Returns the meta object for class 'Debug Configuration'.

Returns:
the meta object for class 'Debug Configuration'.
See Also:
DebugConfiguration

getTargetDevice

org.eclipse.emf.ecore.EClass getTargetDevice()
Returns the meta object for class 'Target Device'.

Returns:
the meta object for class 'Target Device'.
See Also:
TargetDevice

getTargetDevice_SigningDetails

org.eclipse.emf.ecore.EReference getTargetDevice_SigningDetails()
Returns the meta object for the containment reference list 'Signing Details'.

Returns:
the meta object for the containment reference list 'Signing Details'.
See Also:
TargetDevice.getSigningDetails(), getTargetDevice()

getTargetDevice_PreprocessingDetails

org.eclipse.emf.ecore.EReference getTargetDevice_PreprocessingDetails()
Returns the meta object for the containment reference list 'Preprocessing Details'.

Returns:
the meta object for the containment reference list 'Preprocessing Details'.
See Also:
TargetDevice.getPreprocessingDetails(), getTargetDevice()

getTargetDevice_RuntimePlatform

org.eclipse.emf.ecore.EReference getTargetDevice_RuntimePlatform()
Returns the meta object for the containment reference 'Runtime Platform'.

Returns:
the meta object for the containment reference 'Runtime Platform'.
See Also:
TargetDevice.getRuntimePlatform(), getTargetDevice()

getTargetDevice_Name

org.eclipse.emf.ecore.EAttribute getTargetDevice_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TargetDevice.getName(), getTargetDevice()

getTargetDevice_Description

org.eclipse.emf.ecore.EAttribute getTargetDevice_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
TargetDevice.getDescription(), getTargetDevice()

getTargetDevice_DevicePlatformName

org.eclipse.emf.ecore.EAttribute getTargetDevice_DevicePlatformName()
Returns the meta object for the attribute 'Device Platform Name'.

Returns:
the meta object for the attribute 'Device Platform Name'.
See Also:
TargetDevice.getDevicePlatformName(), getTargetDevice()

getTargetDevice_DeviceName

org.eclipse.emf.ecore.EAttribute getTargetDevice_DeviceName()
Returns the meta object for the attribute 'Device Name'.

Returns:
the meta object for the attribute 'Device Name'.
See Also:
TargetDevice.getDeviceName(), getTargetDevice()

getTargetDevice_DeviceGroupName

org.eclipse.emf.ecore.EAttribute getTargetDevice_DeviceGroupName()
Returns the meta object for the attribute 'Device Group Name'.

Returns:
the meta object for the attribute 'Device Group Name'.
See Also:
TargetDevice.getDeviceGroupName(), getTargetDevice()

getPreprocessingDetail

org.eclipse.emf.ecore.EClass getPreprocessingDetail()
Returns the meta object for class 'Preprocessing Detail'.

Returns:
the meta object for class 'Preprocessing Detail'.
See Also:
PreprocessingDetail

getPreprocessingDetail_Condition

org.eclipse.emf.ecore.EAttribute getPreprocessingDetail_Condition()
Returns the meta object for the attribute 'Condition'.

Returns:
the meta object for the attribute 'Condition'.
See Also:
PreprocessingDetail.getCondition(), getPreprocessingDetail()

getSigningDetail

org.eclipse.emf.ecore.EClass getSigningDetail()
Returns the meta object for class 'Signing Detail'.

Returns:
the meta object for class 'Signing Detail'.
See Also:
SigningDetail

getSigningDetail_Keystore

org.eclipse.emf.ecore.EAttribute getSigningDetail_Keystore()
Returns the meta object for the attribute 'Keystore'.

Returns:
the meta object for the attribute 'Keystore'.
See Also:
SigningDetail.getKeystore(), getSigningDetail()

getSigningDetail_Alias

org.eclipse.emf.ecore.EAttribute getSigningDetail_Alias()
Returns the meta object for the attribute 'Alias'.

Returns:
the meta object for the attribute 'Alias'.
See Also:
SigningDetail.getAlias(), getSigningDetail()

getPackagingDetails

org.eclipse.emf.ecore.EClass getPackagingDetails()
Returns the meta object for class 'Packaging Details'.

Returns:
the meta object for class 'Packaging Details'.
See Also:
PackagingDetails

getPackagingDetails_IncrementVersionAutomatically

org.eclipse.emf.ecore.EAttribute getPackagingDetails_IncrementVersionAutomatically()
Returns the meta object for the attribute 'Increment Version Automatically'.

Returns:
the meta object for the attribute 'Increment Version Automatically'.
See Also:
PackagingDetails.isIncrementVersionAutomatically(), getPackagingDetails()

getPackagingDetails_ExculedManifestEntries

org.eclipse.emf.ecore.EReference getPackagingDetails_ExculedManifestEntries()
Returns the meta object for the containment reference list 'Exculed Manifest Entries'.

Returns:
the meta object for the containment reference list 'Exculed Manifest Entries'.
See Also:
PackagingDetails.getExculedManifestEntries(), getPackagingDetails()

getParameter

org.eclipse.emf.ecore.EClass getParameter()
Returns the meta object for class 'Parameter'.

Returns:
the meta object for class 'Parameter'.
See Also:
Parameter

getParameter_Name

org.eclipse.emf.ecore.EAttribute getParameter_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Parameter.getName(), getParameter()

getProjectFactory

ProjectFactory getProjectFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.