Generation Framework

org.eclipse.gmf.codegen.gmfgen
Interface PackageNames

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
GenDiagram
All Known Implementing Classes:
GenDiagramImpl

public interface PackageNames
extends EObject

A representation of the model object 'Package Names'.

The following features are supported:

See Also:
GMFGenPackage.getPackageNames()
** Generated **
Model:
interface="true" abstract="true"

Method Summary
 java.lang.String getEditCommandsPackageName()
          Returns the value of the 'Edit Commands Package Name' attribute
 java.lang.String getEditHelpersPackageName()
          Returns the value of the 'Edit Helpers Package Name' attribute
 java.lang.String getEditPartsPackageName()
          Returns the value of the 'Edit Parts Package Name' attribute
 java.lang.String getEditPoliciesPackageName()
          Returns the value of the 'Edit Policies Package Name' attribute
 java.lang.String getNotationViewFactoriesPackageName()
          Returns the value of the 'Notation View Factories Package Name' attribute
 java.lang.String getProvidersPackageName()
          Returns the value of the 'Providers Package Name' attribute
 void setEditCommandsPackageName(java.lang.String value)
          Sets the value of the 'Edit Commands Package Name' attribute
 void setEditHelpersPackageName(java.lang.String value)
          Sets the value of the 'Edit Helpers Package Name' attribute
 void setEditPartsPackageName(java.lang.String value)
          Sets the value of the 'Edit Parts Package Name' attribute
 void setEditPoliciesPackageName(java.lang.String value)
          Sets the value of the 'Edit Policies Package Name' attribute
 void setNotationViewFactoriesPackageName(java.lang.String value)
          Sets the value of the 'Notation View Factories Package Name' attribute
 void setProvidersPackageName(java.lang.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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEditCommandsPackageName

public java.lang.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:
PackageNames.setEditCommandsPackageName(String), GMFGenPackage.getPackageNames_EditCommandsPackageName()
** Generated **
Model:

setEditCommandsPackageName

public void setEditCommandsPackageName(java.lang.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:
PackageNames.getEditCommandsPackageName()
** Generated **

getEditHelpersPackageName

public java.lang.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:
PackageNames.setEditHelpersPackageName(String), GMFGenPackage.getPackageNames_EditHelpersPackageName()
** Generated **
Model:

setEditHelpersPackageName

public void setEditHelpersPackageName(java.lang.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:
PackageNames.getEditHelpersPackageName()
** Generated **

getEditPartsPackageName

public java.lang.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:
PackageNames.setEditPartsPackageName(String), GMFGenPackage.getPackageNames_EditPartsPackageName()
** Generated **
Model:

setEditPartsPackageName

public void setEditPartsPackageName(java.lang.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:
PackageNames.getEditPartsPackageName()
** Generated **

getEditPoliciesPackageName

public java.lang.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:
PackageNames.setEditPoliciesPackageName(String), GMFGenPackage.getPackageNames_EditPoliciesPackageName()
** Generated **
Model:

setEditPoliciesPackageName

public void setEditPoliciesPackageName(java.lang.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:
PackageNames.getEditPoliciesPackageName()
** Generated **

getProvidersPackageName

public java.lang.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:
PackageNames.setProvidersPackageName(String), GMFGenPackage.getPackageNames_ProvidersPackageName()
** Generated **
Model:

setProvidersPackageName

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

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

getNotationViewFactoriesPackageName

public java.lang.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:
PackageNames.setNotationViewFactoriesPackageName(String), GMFGenPackage.getPackageNames_NotationViewFactoriesPackageName()
** Generated **
Model:

setNotationViewFactoriesPackageName

public void setNotationViewFactoriesPackageName(java.lang.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:
PackageNames.getNotationViewFactoriesPackageName()
** Generated **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.