org.eclipse.mtj.api.project
Interface PackagingDetails

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PackagingDetailsImpl

public interface PackagingDetails
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Packaging Details'.

The following features are supported:

See Also:
ProjectPackage.getPackagingDetails()

Method Summary
 org.eclipse.emf.common.util.EList getExculedManifestEntries()
          Returns the value of the 'Exculed Manifest Entries' containment reference list.
 boolean isIncrementVersionAutomatically()
          Returns the value of the 'Increment Version Automatically' attribute.
 void setIncrementVersionAutomatically(boolean value)
          Sets the value of the 'Increment Version Automatically' attribute.
 
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
 

Method Detail

isIncrementVersionAutomatically

boolean isIncrementVersionAutomatically()
Returns the value of the 'Increment Version Automatically' attribute.

If the meaning of the 'Increment Version Automatically' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Increment Version Automatically' attribute.
See Also:
setIncrementVersionAutomatically(boolean), ProjectPackage.getPackagingDetails_IncrementVersionAutomatically()

setIncrementVersionAutomatically

void setIncrementVersionAutomatically(boolean value)
Sets the value of the 'Increment Version Automatically' attribute.

Parameters:
value - the new value of the 'Increment Version Automatically' attribute.
See Also:
isIncrementVersionAutomatically()

getExculedManifestEntries

org.eclipse.emf.common.util.EList getExculedManifestEntries()
Returns the value of the 'Exculed Manifest Entries' containment reference list. The list contents are of type Parameter.

If the meaning of the 'Exculed Manifest Entries' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exculed Manifest Entries' containment reference list.
See Also:
ProjectPackage.getPackagingDetails_ExculedManifestEntries()