org.eclipse.gmf.codegen.gmfgen
Interface PackageNames

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

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

A representation of the model object 'Package Names'.

The following features are supported:

See Also:
GMFGenPackage.getPackageNames()

Method Summary
 String getEditCommandsPackageName()
          Returns the value of the 'Edit Commands Package Name' attribute.
 String getEditHelpersPackageName()
          Returns the value of the 'Edit Helpers Package Name' attribute.
 String getEditPartsPackageName()
          Returns the value of the 'Edit Parts Package Name' attribute.
 String getEditPoliciesPackageName()
          Returns the value of the 'Edit Policies Package Name' attribute.
 String getNotationViewFactoriesPackageName()
          Returns the value of the 'Notation View Factories Package Name' attribute.
 String getParsersPackageName()
          Returns the value of the 'Parsers Package Name' attribute.
 String getPreferencesPackageName()
          Returns the value of the 'Preferences Package Name' attribute.
 String getProvidersPackageName()
          Returns the value of the 'Providers Package Name' attribute.
 void setEditCommandsPackageName(String value)
          Sets the value of the 'Edit Commands Package Name' attribute.
 void setEditHelpersPackageName(String value)
          Sets the value of the 'Edit Helpers Package Name' attribute.
 void setEditPartsPackageName(String value)
          Sets the value of the 'Edit Parts Package Name' attribute.
 void setEditPoliciesPackageName(String value)
          Sets the value of the 'Edit Policies Package Name' attribute.
 void setNotationViewFactoriesPackageName(String value)
          Sets the value of the 'Notation View Factories Package Name' attribute.
 void setParsersPackageName(String value)
          Sets the value of the 'Parsers Package Name' attribute.
 void setPreferencesPackageName(String value)
          Sets the value of the 'Preferences Package Name' attribute.
 void setProvidersPackageName(String value)
          Sets the value of the 'Providers Package Name' attribute.
 
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEditCommandsPackageName

String getEditCommandsPackageName()
Returns the value of the 'Edit Commands Package Name' attribute.

If the meaning of the 'Edit Commands Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Edit Commands Package Name' attribute.
See Also:
setEditCommandsPackageName(String), GMFGenPackage.getPackageNames_EditCommandsPackageName()

setEditCommandsPackageName

void setEditCommandsPackageName(String value)
Sets the value of the 'Edit Commands Package Name' attribute.

Parameters:
value - the new value of the 'Edit Commands Package Name' attribute.
See Also:
getEditCommandsPackageName()

getEditHelpersPackageName

String getEditHelpersPackageName()
Returns the value of the 'Edit Helpers Package Name' attribute.

If the meaning of the 'Edit Helpers Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Edit Helpers Package Name' attribute.
See Also:
setEditHelpersPackageName(String), GMFGenPackage.getPackageNames_EditHelpersPackageName()

setEditHelpersPackageName

void setEditHelpersPackageName(String value)
Sets the value of the 'Edit Helpers Package Name' attribute.

Parameters:
value - the new value of the 'Edit Helpers Package Name' attribute.
See Also:
getEditHelpersPackageName()

getEditPartsPackageName

String getEditPartsPackageName()
Returns the value of the 'Edit Parts Package Name' attribute.

If the meaning of the 'Edit Parts Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Edit Parts Package Name' attribute.
See Also:
setEditPartsPackageName(String), GMFGenPackage.getPackageNames_EditPartsPackageName()

setEditPartsPackageName

void setEditPartsPackageName(String value)
Sets the value of the 'Edit Parts Package Name' attribute.

Parameters:
value - the new value of the 'Edit Parts Package Name' attribute.
See Also:
getEditPartsPackageName()

getEditPoliciesPackageName

String getEditPoliciesPackageName()
Returns the value of the 'Edit Policies Package Name' attribute.

If the meaning of the 'Edit Policies Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Edit Policies Package Name' attribute.
See Also:
setEditPoliciesPackageName(String), GMFGenPackage.getPackageNames_EditPoliciesPackageName()

setEditPoliciesPackageName

void setEditPoliciesPackageName(String value)
Sets the value of the 'Edit Policies Package Name' attribute.

Parameters:
value - the new value of the 'Edit Policies Package Name' attribute.
See Also:
getEditPoliciesPackageName()

getPreferencesPackageName

String getPreferencesPackageName()
Returns the value of the 'Preferences Package Name' attribute.

If the meaning of the 'Preferences Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Preferences Package Name' attribute.
See Also:
setPreferencesPackageName(String), GMFGenPackage.getPackageNames_PreferencesPackageName()

setPreferencesPackageName

void setPreferencesPackageName(String value)
Sets the value of the 'Preferences Package Name' attribute.

Parameters:
value - the new value of the 'Preferences Package Name' attribute.
See Also:
getPreferencesPackageName()

getProvidersPackageName

String getProvidersPackageName()
Returns the value of the 'Providers Package Name' attribute.

If the meaning of the 'Providers Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Providers Package Name' attribute.
See Also:
setProvidersPackageName(String), GMFGenPackage.getPackageNames_ProvidersPackageName()

setProvidersPackageName

void setProvidersPackageName(String value)
Sets the value of the 'Providers Package Name' attribute.

Parameters:
value - the new value of the 'Providers Package Name' attribute.
See Also:
getProvidersPackageName()

getParsersPackageName

String getParsersPackageName()
Returns the value of the 'Parsers Package Name' attribute.

If the meaning of the 'Parsers Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parsers Package Name' attribute.
See Also:
setParsersPackageName(String), GMFGenPackage.getPackageNames_ParsersPackageName()

setParsersPackageName

void setParsersPackageName(String value)
Sets the value of the 'Parsers Package Name' attribute.

Parameters:
value - the new value of the 'Parsers Package Name' attribute.
See Also:
getParsersPackageName()

getNotationViewFactoriesPackageName

String getNotationViewFactoriesPackageName()
Returns the value of the 'Notation View Factories Package Name' attribute.

If the meaning of the 'Notation View Factories Package Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Notation View Factories Package Name' attribute.
See Also:
setNotationViewFactoriesPackageName(String), GMFGenPackage.getPackageNames_NotationViewFactoriesPackageName()

setNotationViewFactoriesPackageName

void setNotationViewFactoriesPackageName(String value)
Sets the value of the 'Notation View Factories Package Name' attribute.

Parameters:
value - the new value of the 'Notation View Factories Package Name' attribute.
See Also:
getNotationViewFactoriesPackageName()


Copyright © 2011. All Rights Reserved.