org.eclipse.gmf.codegen.gmfgen.impl
Class GenApplicationImpl

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.gmf.codegen.gmfgen.impl.GenApplicationImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, GenApplication

public class GenApplicationImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements GenApplication

An implementation of the model object 'Gen Application'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected static String ACTION_BAR_ADVISOR_CLASS_NAME_EDEFAULT
          The default value of the 'Action Bar Advisor Class Name' attribute.
protected static String CLASS_NAME_EDEFAULT
          The default value of the 'Class Name' attribute.
protected  String className
          The cached value of the 'Class Name' attribute.
protected  String iD
          The cached value of the 'ID' attribute.
protected static String ID_EDEFAULT
          The default value of the 'ID' attribute.
protected  GenMenuManager mainMenu
          The cached value of the 'Main Menu' containment reference.
protected  GenToolBarManager mainToolBar
          The cached value of the 'Main Tool Bar' containment reference.
protected static String PACKAGE_NAME_EDEFAULT
          The default value of the 'Package Name' attribute.
protected  String packageName
          The cached value of the 'Package Name' attribute.
protected static String PERSPECTIVE_CLASS_NAME_EDEFAULT
          The default value of the 'Perspective Class Name' attribute.
protected static String PERSPECTIVE_ID_EDEFAULT
          The default value of the 'Perspective Id' attribute.
protected  String perspectiveId
          The cached value of the 'Perspective Id' attribute.
protected  org.eclipse.emf.common.util.EList<GenContributionItem> sharedContributionItems
          The cached value of the 'Shared Contribution Items' containment reference list.
protected static boolean SUPPORT_FILES_EDEFAULT
          The default value of the 'Support Files' attribute.
protected  boolean supportFiles
          The cached value of the 'Support Files' attribute.
protected  String title
          The cached value of the 'Title' attribute.
protected static String TITLE_EDEFAULT
          The default value of the 'Title' attribute.
protected static String WORKBENCH_ADVISOR_CLASS_NAME_EDEFAULT
          The default value of the 'Workbench Advisor Class Name' attribute.
protected static String WORKBENCH_WINDOW_ADVISOR_CLASS_NAME_EDEFAULT
          The default value of the 'Workbench Window Advisor Class Name' attribute.
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected GenApplicationImpl()
           
 
Method Summary
 org.eclipse.emf.common.notify.NotificationChain basicSetMainMenu(GenMenuManager newMainMenu, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetMainToolBar(GenToolBarManager newMainToolBar, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getActionBarAdvisorClassName()
           
 String getActionBarAdvisorQualifiedClassName()
           
 String getClassName()
          Returns the value of the 'Class Name' attribute.
 String getClassNameGen()
           
 GenEditorGenerator getEditorGen()
           
 String getID()
          Returns the value of the 'ID' attribute.
 String getIDGen()
           
 GenMenuManager getMainMenu()
           
 GenToolBarManager getMainToolBar()
           
 String getPackageName()
          Returns the value of the 'Package Name' attribute.
 String getPackageNameGen()
           
 String getPerspectiveClassName()
           
 String getPerspectiveId()
          Returns the value of the 'Perspective Id' attribute.
 String getPerspectiveIdGen()
           
 String getPerspectiveQualifiedClassName()
           
 String getQualifiedClassName()
           
 org.eclipse.emf.common.util.EList<GenContributionItem> getSharedContributionItems()
           
 String getTitle()
          Returns the value of the 'Title' attribute.
 String getTitleGen()
           
 String getWorkbenchAdvisorClassName()
           
 String getWorkbenchAdvisorQualifiedClassName()
           
 String getWorkbenchWindowAdvisorClassName()
           
 String getWorkbenchWindowAdvisorQualifiedClassName()
           
 boolean isSupportFiles()
           
 void setClassName(String newClassName)
           
 void setID(String newID)
           
 void setMainMenu(GenMenuManager newMainMenu)
           
 void setMainToolBar(GenToolBarManager newMainToolBar)
           
 void setPackageName(String newPackageName)
           
 void setPerspectiveId(String newPerspectiveId)
           
 void setSupportFiles(boolean newSupportFiles)
           
 void setTitle(String newTitle)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

ID_EDEFAULT

protected static final String ID_EDEFAULT
The default value of the 'ID' attribute.

See Also:
getID()

iD

protected String iD
The cached value of the 'ID' attribute.

See Also:
getID()

TITLE_EDEFAULT

protected static final String TITLE_EDEFAULT
The default value of the 'Title' attribute.

See Also:
getTitle()

title

protected String title
The cached value of the 'Title' attribute.

See Also:
getTitle()

PACKAGE_NAME_EDEFAULT

protected static final String PACKAGE_NAME_EDEFAULT
The default value of the 'Package Name' attribute.

See Also:
getPackageName()

packageName

protected String packageName
The cached value of the 'Package Name' attribute.

See Also:
getPackageName()

CLASS_NAME_EDEFAULT

protected static final String CLASS_NAME_EDEFAULT
The default value of the 'Class Name' attribute.

See Also:
getClassName()

className

protected String className
The cached value of the 'Class Name' attribute.

See Also:
getClassName()

WORKBENCH_ADVISOR_CLASS_NAME_EDEFAULT

protected static final String WORKBENCH_ADVISOR_CLASS_NAME_EDEFAULT
The default value of the 'Workbench Advisor Class Name' attribute.

See Also:
getWorkbenchAdvisorClassName()

WORKBENCH_WINDOW_ADVISOR_CLASS_NAME_EDEFAULT

protected static final String WORKBENCH_WINDOW_ADVISOR_CLASS_NAME_EDEFAULT
The default value of the 'Workbench Window Advisor Class Name' attribute.

See Also:
getWorkbenchWindowAdvisorClassName()

ACTION_BAR_ADVISOR_CLASS_NAME_EDEFAULT

protected static final String ACTION_BAR_ADVISOR_CLASS_NAME_EDEFAULT
The default value of the 'Action Bar Advisor Class Name' attribute.

See Also:
getActionBarAdvisorClassName()

PERSPECTIVE_CLASS_NAME_EDEFAULT

protected static final String PERSPECTIVE_CLASS_NAME_EDEFAULT
The default value of the 'Perspective Class Name' attribute.

See Also:
getPerspectiveClassName()

PERSPECTIVE_ID_EDEFAULT

protected static final String PERSPECTIVE_ID_EDEFAULT
The default value of the 'Perspective Id' attribute.

See Also:
getPerspectiveId()

perspectiveId

protected String perspectiveId
The cached value of the 'Perspective Id' attribute.

See Also:
getPerspectiveId()

SUPPORT_FILES_EDEFAULT

protected static final boolean SUPPORT_FILES_EDEFAULT
The default value of the 'Support Files' attribute.

See Also:
isSupportFiles(), Constant Field Values

supportFiles

protected boolean supportFiles
The cached value of the 'Support Files' attribute.

See Also:
isSupportFiles()

sharedContributionItems

protected org.eclipse.emf.common.util.EList<GenContributionItem> sharedContributionItems
The cached value of the 'Shared Contribution Items' containment reference list.

See Also:
getSharedContributionItems()

mainMenu

protected GenMenuManager mainMenu
The cached value of the 'Main Menu' containment reference.

See Also:
getMainMenu()

mainToolBar

protected GenToolBarManager mainToolBar
The cached value of the 'Main Tool Bar' containment reference.

See Also:
getMainToolBar()
Constructor Detail

GenApplicationImpl

protected GenApplicationImpl()

Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImpl

getEditorGen

public GenEditorGenerator getEditorGen()

Specified by:
getEditorGen in interface GenApplication
Returns:
the value of the 'Editor Gen' container reference.
See Also:
GMFGenPackage.getGenApplication_EditorGen(), GenEditorGenerator.getApplication()

getIDGen

public String getIDGen()


getID

public String getID()
Description copied from interface: GenApplication
Returns the value of the 'ID' attribute.

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

RCP Application ID for plugin.xml

Specified by:
getID in interface GenApplication
Returns:
the value of the 'ID' attribute.
See Also:
GenApplication.setID(String), GMFGenPackage.getGenApplication_ID()

setID

public void setID(String newID)

Specified by:
setID in interface GenApplication
Parameters:
newID - the new value of the 'ID' attribute.
See Also:
GenApplication.getID()

getTitleGen

public String getTitleGen()


getTitle

public String getTitle()
Description copied from interface: GenApplication
Returns the value of the 'Title' attribute.

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

Specified by:
getTitle in interface GenApplication
Returns:
the value of the 'Title' attribute.
See Also:
GenApplication.setTitle(String), GMFGenPackage.getGenApplication_Title()

setTitle

public void setTitle(String newTitle)

Specified by:
setTitle in interface GenApplication
Parameters:
newTitle - the new value of the 'Title' attribute.
See Also:
GenApplication.getTitle()

getPackageNameGen

public String getPackageNameGen()


getPackageName

public String getPackageName()
Description copied from interface: GenApplication
Returns the value of the 'Package Name' attribute.

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

Specified by:
getPackageName in interface GenApplication
Returns:
the value of the 'Package Name' attribute.
See Also:
GenApplication.setPackageName(String), GMFGenPackage.getGenApplication_PackageName()

setPackageName

public void setPackageName(String newPackageName)

Specified by:
setPackageName in interface GenApplication
Parameters:
newPackageName - the new value of the 'Package Name' attribute.
See Also:
GenApplication.getPackageName()

getClassNameGen

public String getClassNameGen()


getClassName

public String getClassName()
Description copied from interface: GenApplication
Returns the value of the 'Class Name' attribute.

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

Specified by:
getClassName in interface GenApplication
Returns:
the value of the 'Class Name' attribute.
See Also:
GenApplication.setClassName(String), GMFGenPackage.getGenApplication_ClassName()

setClassName

public void setClassName(String newClassName)

Specified by:
setClassName in interface GenApplication
Parameters:
newClassName - the new value of the 'Class Name' attribute.
See Also:
GenApplication.getClassName()

getWorkbenchAdvisorClassName

public String getWorkbenchAdvisorClassName()

Specified by:
getWorkbenchAdvisorClassName in interface GenApplication
Returns:
the value of the 'Workbench Advisor Class Name' attribute.
See Also:
GMFGenPackage.getGenApplication_WorkbenchAdvisorClassName()

getWorkbenchWindowAdvisorClassName

public String getWorkbenchWindowAdvisorClassName()

Specified by:
getWorkbenchWindowAdvisorClassName in interface GenApplication
Returns:
the value of the 'Workbench Window Advisor Class Name' attribute.
See Also:
GMFGenPackage.getGenApplication_WorkbenchWindowAdvisorClassName()

getActionBarAdvisorClassName

public String getActionBarAdvisorClassName()

Specified by:
getActionBarAdvisorClassName in interface GenApplication
Returns:
the value of the 'Action Bar Advisor Class Name' attribute.
See Also:
GMFGenPackage.getGenApplication_ActionBarAdvisorClassName()

getPerspectiveClassName

public String getPerspectiveClassName()

Specified by:
getPerspectiveClassName in interface GenApplication
Returns:
the value of the 'Perspective Class Name' attribute.
See Also:
GMFGenPackage.getGenApplication_PerspectiveClassName()

getPerspectiveIdGen

public String getPerspectiveIdGen()


getPerspectiveId

public String getPerspectiveId()
Description copied from interface: GenApplication
Returns the value of the 'Perspective Id' attribute.

If the meaning of the 'Perspective Id' attribute isn't clear, there really should be more of a description here...

Specified by:
getPerspectiveId in interface GenApplication
Returns:
the value of the 'Perspective Id' attribute.
See Also:
GenApplication.setPerspectiveId(String), GMFGenPackage.getGenApplication_PerspectiveId()

setPerspectiveId

public void setPerspectiveId(String newPerspectiveId)

Specified by:
setPerspectiveId in interface GenApplication
Parameters:
newPerspectiveId - the new value of the 'Perspective Id' attribute.
See Also:
GenApplication.getPerspectiveId()

isSupportFiles

public boolean isSupportFiles()

Specified by:
isSupportFiles in interface GenApplication
Returns:
the value of the 'Support Files' attribute.
See Also:
GenApplication.setSupportFiles(boolean), GMFGenPackage.getGenApplication_SupportFiles()

setSupportFiles

public void setSupportFiles(boolean newSupportFiles)

Specified by:
setSupportFiles in interface GenApplication
Parameters:
newSupportFiles - the new value of the 'Support Files' attribute.
See Also:
GenApplication.isSupportFiles()

getSharedContributionItems

public org.eclipse.emf.common.util.EList<GenContributionItem> getSharedContributionItems()

Specified by:
getSharedContributionItems in interface GenApplication
Returns:
the value of the 'Shared Contribution Items' containment reference list.
See Also:
GMFGenPackage.getGenApplication_SharedContributionItems()

getMainMenu

public GenMenuManager getMainMenu()

Specified by:
getMainMenu in interface GenApplication
Returns:
the value of the 'Main Menu' containment reference.
See Also:
GenApplication.setMainMenu(GenMenuManager), GMFGenPackage.getGenApplication_MainMenu()

basicSetMainMenu

public org.eclipse.emf.common.notify.NotificationChain basicSetMainMenu(GenMenuManager newMainMenu,
                                                                        org.eclipse.emf.common.notify.NotificationChain msgs)


setMainMenu

public void setMainMenu(GenMenuManager newMainMenu)

Specified by:
setMainMenu in interface GenApplication
Parameters:
newMainMenu - the new value of the 'Main Menu' containment reference.
See Also:
GenApplication.getMainMenu()

getMainToolBar

public GenToolBarManager getMainToolBar()

Specified by:
getMainToolBar in interface GenApplication
Returns:
the value of the 'Main Tool Bar' containment reference.
See Also:
GenApplication.setMainToolBar(GenToolBarManager), GMFGenPackage.getGenApplication_MainToolBar()

basicSetMainToolBar

public org.eclipse.emf.common.notify.NotificationChain basicSetMainToolBar(GenToolBarManager newMainToolBar,
                                                                           org.eclipse.emf.common.notify.NotificationChain msgs)


setMainToolBar

public void setMainToolBar(GenToolBarManager newMainToolBar)

Specified by:
setMainToolBar in interface GenApplication
Parameters:
newMainToolBar - the new value of the 'Main Tool Bar' containment reference.
See Also:
GenApplication.getMainToolBar()

getQualifiedClassName

public String getQualifiedClassName()

Specified by:
getQualifiedClassName in interface GenApplication

getWorkbenchAdvisorQualifiedClassName

public String getWorkbenchAdvisorQualifiedClassName()

Specified by:
getWorkbenchAdvisorQualifiedClassName in interface GenApplication

getWorkbenchWindowAdvisorQualifiedClassName

public String getWorkbenchWindowAdvisorQualifiedClassName()

Specified by:
getWorkbenchWindowAdvisorQualifiedClassName in interface GenApplication

getActionBarAdvisorQualifiedClassName

public String getActionBarAdvisorQualifiedClassName()

Specified by:
getActionBarAdvisorQualifiedClassName in interface GenApplication

getPerspectiveQualifiedClassName

public String getPerspectiveQualifiedClassName()

Specified by:
getPerspectiveQualifiedClassName in interface GenApplication

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eBasicRemoveFromContainerFeature

public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eBasicRemoveFromContainerFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl


Copyright © 2011. All Rights Reserved.