Generators

org.topcased.modeler.editorconfigurator
Interface EditorconfiguratorPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier

public interface EditorconfiguratorPackage
extends EPackage

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

See Also:
EditorconfiguratorFactory
** Generated **
Model:
kind="package"

Nested Class Summary
static interface EditorconfiguratorPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static java.lang.String copyright
           
static int EDITOR_ACTION
          The meta object id for the 'Editor Action' class.
static int EDITOR_ACTION__ICON
          The feature id for the 'Icon' attribute.
static int EDITOR_ACTION__LABEL
          The feature id for the 'Label' attribute.
static int EDITOR_ACTION__MENU_BAR_GROUP
          The feature id for the 'Menu Bar Group' attribute.
static int EDITOR_ACTION__PREFIX
          The feature id for the 'Prefix' attribute.
static int EDITOR_ACTION_FEATURE_COUNT
          The number of structural features of the 'Editor Action' class.
static int EDITOR_CONFIGURATION
          The meta object id for the 'Editor Configuration' class.
static int EDITOR_CONFIGURATION__ACTIONS
          The feature id for the 'Actions' containment reference list.
static int EDITOR_CONFIGURATION__COPYRIGHT_TEXT
          The feature id for the 'Copyright Text' attribute.
static int EDITOR_CONFIGURATION__FORCE_OVERWRITE
          The feature id for the 'Force Overwrite' attribute.
static int EDITOR_CONFIGURATION__GEN_MODEL
          The feature id for the 'Gen Model' reference.
static int EDITOR_CONFIGURATION__NAME
          The feature id for the 'Name' attribute.
static int EDITOR_CONFIGURATION__ORGANIZE_IMPORTS
          The feature id for the 'Organize Imports' attribute.
static int EDITOR_CONFIGURATION__PLUGIN_VERSION
          The feature id for the 'Plugin Version' attribute.
static int EDITOR_CONFIGURATION__PROJECT_NAME
          The feature id for the 'Project Name' attribute.
static int EDITOR_CONFIGURATION__PROVIDER
          The feature id for the 'Provider' attribute.
static int EDITOR_CONFIGURATION_FEATURE_COUNT
          The number of structural features of the 'Editor Configuration' class.
static EditorconfiguratorPackage 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.
 
Method Summary
 EAttribute getEditorAction_Icon()
          Returns the meta object for the attribute 'Icon'
 EAttribute getEditorAction_Label()
          Returns the meta object for the attribute 'Label'
 EAttribute getEditorAction_MenuBarGroup()
          Returns the meta object for the attribute 'Menu Bar Group'
 EAttribute getEditorAction_Prefix()
          Returns the meta object for the attribute 'Prefix'
 EClass getEditorAction()
          Returns the meta object for class 'Editor Action'
 EReference getEditorConfiguration_Actions()
          Returns the meta object for the containment reference list 'Actions'
 EAttribute getEditorConfiguration_CopyrightText()
          Returns the meta object for the attribute 'Copyright Text'
 EAttribute getEditorConfiguration_ForceOverwrite()
          Returns the meta object for the attribute 'Force Overwrite'
 EReference getEditorConfiguration_GenModel()
          Returns the meta object for the reference 'Gen Model'
 EAttribute getEditorConfiguration_Name()
          Returns the meta object for the attribute 'Name'
 EAttribute getEditorConfiguration_OrganizeImports()
          Returns the meta object for the attribute 'Organize Imports'
 EAttribute getEditorConfiguration_PluginVersion()
          Returns the meta object for the attribute 'Plugin Version'
 EAttribute getEditorConfiguration_ProjectName()
          Returns the meta object for the attribute 'Project Name'
 EAttribute getEditorConfiguration_Provider()
          Returns the meta object for the attribute 'Provider'
 EClass getEditorConfiguration()
          Returns the meta object for class 'Editor Configuration'
 EditorconfiguratorFactory getEditorconfiguratorFactory()
          Returns the factory that creates the instances of the model.
 
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

eNAME

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

See Also:
Constant Field Values
** Generated **

eNS_URI

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

See Also:
Constant Field Values
** Generated **

eNS_PREFIX

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

See Also:
Constant Field Values
** Generated **

eINSTANCE

static final EditorconfiguratorPackage eINSTANCE
The singleton instance of the package.

** Generated **

EDITOR_CONFIGURATION

static final int EDITOR_CONFIGURATION
The meta object id for the 'Editor Configuration' class.

See Also:
EditorConfigurationImpl, EditorconfiguratorPackageImpl.getEditorConfiguration(), Constant Field Values
** Generated **

EDITOR_CONFIGURATION__NAME

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

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION__PROJECT_NAME

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

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION__GEN_MODEL

static final int EDITOR_CONFIGURATION__GEN_MODEL
The feature id for the 'Gen Model' reference.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION__PLUGIN_VERSION

static final int EDITOR_CONFIGURATION__PLUGIN_VERSION
The feature id for the 'Plugin Version' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION__PROVIDER

static final int EDITOR_CONFIGURATION__PROVIDER
The feature id for the 'Provider' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION__FORCE_OVERWRITE

static final int EDITOR_CONFIGURATION__FORCE_OVERWRITE
The feature id for the 'Force Overwrite' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION__ORGANIZE_IMPORTS

static final int EDITOR_CONFIGURATION__ORGANIZE_IMPORTS
The feature id for the 'Organize Imports' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION__COPYRIGHT_TEXT

static final int EDITOR_CONFIGURATION__COPYRIGHT_TEXT
The feature id for the 'Copyright Text' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION__ACTIONS

static final int EDITOR_CONFIGURATION__ACTIONS
The feature id for the 'Actions' containment reference list.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_CONFIGURATION_FEATURE_COUNT

static final int EDITOR_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Editor Configuration' class.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_ACTION

static final int EDITOR_ACTION
The meta object id for the 'Editor Action' class.

See Also:
EditorActionImpl, EditorconfiguratorPackageImpl.getEditorAction(), Constant Field Values
** Generated **

EDITOR_ACTION__PREFIX

static final int EDITOR_ACTION__PREFIX
The feature id for the 'Prefix' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_ACTION__MENU_BAR_GROUP

static final int EDITOR_ACTION__MENU_BAR_GROUP
The feature id for the 'Menu Bar Group' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_ACTION__LABEL

static final int EDITOR_ACTION__LABEL
The feature id for the 'Label' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_ACTION__ICON

static final int EDITOR_ACTION__ICON
The feature id for the 'Icon' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

EDITOR_ACTION_FEATURE_COUNT

static final int EDITOR_ACTION_FEATURE_COUNT
The number of structural features of the 'Editor Action' class.

See Also:
Constant Field Values
** Generated **
Ordered:
Method Detail

getEditorConfiguration

EClass getEditorConfiguration()
Returns the meta object for class 'Editor Configuration'.

Returns:
the meta object for class 'Editor Configuration'.
See Also:
EditorConfiguration
** Generated **

getEditorConfiguration_Name

EAttribute getEditorConfiguration_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
EditorConfiguration.getName(), getEditorConfiguration()
** Generated **

getEditorConfiguration_ProjectName

EAttribute getEditorConfiguration_ProjectName()
Returns the meta object for the attribute 'Project Name'.

Returns:
the meta object for the attribute 'Project Name'.
See Also:
EditorConfiguration.getProjectName(), getEditorConfiguration()
** Generated **

getEditorConfiguration_GenModel

EReference getEditorConfiguration_GenModel()
Returns the meta object for the reference 'Gen Model'.

Returns:
the meta object for the reference 'Gen Model'.
See Also:
EditorConfiguration.getGenModel(), getEditorConfiguration()
** Generated **

getEditorConfiguration_PluginVersion

EAttribute getEditorConfiguration_PluginVersion()
Returns the meta object for the attribute 'Plugin Version'.

Returns:
the meta object for the attribute 'Plugin Version'.
See Also:
EditorConfiguration.getPluginVersion(), getEditorConfiguration()
** Generated **

getEditorConfiguration_Provider

EAttribute getEditorConfiguration_Provider()
Returns the meta object for the attribute 'Provider'.

Returns:
the meta object for the attribute 'Provider'.
See Also:
EditorConfiguration.getProvider(), getEditorConfiguration()
** Generated **

getEditorConfiguration_ForceOverwrite

EAttribute getEditorConfiguration_ForceOverwrite()
Returns the meta object for the attribute 'Force Overwrite'.

Returns:
the meta object for the attribute 'Force Overwrite'.
See Also:
EditorConfiguration.isForceOverwrite(), getEditorConfiguration()
** Generated **

getEditorConfiguration_OrganizeImports

EAttribute getEditorConfiguration_OrganizeImports()
Returns the meta object for the attribute 'Organize Imports'.

Returns:
the meta object for the attribute 'Organize Imports'.
See Also:
EditorConfiguration.isOrganizeImports(), getEditorConfiguration()
** Generated **

getEditorConfiguration_CopyrightText

EAttribute getEditorConfiguration_CopyrightText()
Returns the meta object for the attribute 'Copyright Text'.

Returns:
the meta object for the attribute 'Copyright Text'.
See Also:
EditorConfiguration.getCopyrightText(), getEditorConfiguration()
** Generated **

getEditorConfiguration_Actions

EReference getEditorConfiguration_Actions()
Returns the meta object for the containment reference list 'Actions'.

Returns:
the meta object for the containment reference list 'Actions'.
See Also:
EditorConfiguration.getActions(), getEditorConfiguration()
** Generated **

getEditorAction

EClass getEditorAction()
Returns the meta object for class 'Editor Action'.

Returns:
the meta object for class 'Editor Action'.
See Also:
EditorAction
** Generated **

getEditorAction_Prefix

EAttribute getEditorAction_Prefix()
Returns the meta object for the attribute 'Prefix'.

Returns:
the meta object for the attribute 'Prefix'.
See Also:
EditorAction.getPrefix(), getEditorAction()
** Generated **

getEditorAction_MenuBarGroup

EAttribute getEditorAction_MenuBarGroup()
Returns the meta object for the attribute 'Menu Bar Group'.

Returns:
the meta object for the attribute 'Menu Bar Group'.
See Also:
EditorAction.getMenuBarGroup(), getEditorAction()
** Generated **

getEditorAction_Label

EAttribute getEditorAction_Label()
Returns the meta object for the attribute 'Label'.

Returns:
the meta object for the attribute 'Label'.
See Also:
EditorAction.getLabel(), getEditorAction()
** Generated **

getEditorAction_Icon

EAttribute getEditorAction_Icon()
Returns the meta object for the attribute 'Icon'.

Returns:
the meta object for the attribute 'Icon'.
See Also:
EditorAction.getIcon(), getEditorAction()
** Generated **

getEditorconfiguratorFactory

EditorconfiguratorFactory getEditorconfiguratorFactory()
Returns the factory that creates the instances of the model.

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

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.