|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditorconfiguratorPackage
The Package for the model. It contains accessors for the meta objects to represent
EditorconfiguratorFactory
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 |
---|
static final java.lang.String copyright
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final EditorconfiguratorPackage eINSTANCE
static final int EDITOR_CONFIGURATION
Editor Configuration
'
class.
EditorConfigurationImpl
,
EditorconfiguratorPackageImpl.getEditorConfiguration()
,
Constant Field Valuesstatic final int EDITOR_CONFIGURATION__NAME
static final int EDITOR_CONFIGURATION__PROJECT_NAME
static final int EDITOR_CONFIGURATION__GEN_MODEL
static final int EDITOR_CONFIGURATION__PLUGIN_VERSION
static final int EDITOR_CONFIGURATION__PROVIDER
static final int EDITOR_CONFIGURATION__FORCE_OVERWRITE
static final int EDITOR_CONFIGURATION__ORGANIZE_IMPORTS
static final int EDITOR_CONFIGURATION__COPYRIGHT_TEXT
static final int EDITOR_CONFIGURATION__ACTIONS
static final int EDITOR_CONFIGURATION_FEATURE_COUNT
static final int EDITOR_ACTION
Editor Action
'
class.
EditorActionImpl
,
EditorconfiguratorPackageImpl.getEditorAction()
,
Constant Field Valuesstatic final int EDITOR_ACTION__PREFIX
static final int EDITOR_ACTION__MENU_BAR_GROUP
static final int EDITOR_ACTION__LABEL
static final int EDITOR_ACTION__ICON
static final int EDITOR_ACTION_FEATURE_COUNT
Method Detail |
---|
EClass getEditorConfiguration()
Editor Configuration
'.
EditorConfiguration
EAttribute getEditorConfiguration_Name()
Name
'.
EditorConfiguration.getName()
,
getEditorConfiguration()
EAttribute getEditorConfiguration_ProjectName()
Project Name
'.
EditorConfiguration.getProjectName()
,
getEditorConfiguration()
EReference getEditorConfiguration_GenModel()
Gen Model
'.
EditorConfiguration.getGenModel()
,
getEditorConfiguration()
EAttribute getEditorConfiguration_PluginVersion()
Plugin Version
'.
EditorConfiguration.getPluginVersion()
,
getEditorConfiguration()
EAttribute getEditorConfiguration_Provider()
Provider
'.
EditorConfiguration.getProvider()
,
getEditorConfiguration()
EAttribute getEditorConfiguration_ForceOverwrite()
Force Overwrite
'.
EditorConfiguration.isForceOverwrite()
,
getEditorConfiguration()
EAttribute getEditorConfiguration_OrganizeImports()
Organize Imports
'.
EditorConfiguration.isOrganizeImports()
,
getEditorConfiguration()
EAttribute getEditorConfiguration_CopyrightText()
Copyright Text
'.
EditorConfiguration.getCopyrightText()
,
getEditorConfiguration()
EReference getEditorConfiguration_Actions()
Actions
'.
EditorConfiguration.getActions()
,
getEditorConfiguration()
EClass getEditorAction()
Editor Action
'.
EditorAction
EAttribute getEditorAction_Prefix()
Prefix
'.
EditorAction.getPrefix()
,
getEditorAction()
EAttribute getEditorAction_MenuBarGroup()
Menu Bar Group
'.
EditorAction.getMenuBarGroup()
,
getEditorAction()
EAttribute getEditorAction_Label()
Label
'.
EditorAction.getLabel()
,
getEditorAction()
EAttribute getEditorAction_Icon()
Icon
'.
EditorAction.getIcon()
,
getEditorAction()
EditorconfiguratorFactory getEditorconfiguratorFactory()
|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.