Generators

org.topcased.modeler.editorconfigurator
Interface EditorconfiguratorPackage.Literals

Enclosing interface:
EditorconfiguratorPackage

public static interface EditorconfiguratorPackage.Literals

Defines literals for the meta objects that represent

** Generated **

Field Summary
static EClass EDITOR_ACTION
          The meta object literal for the 'Editor Action' class.
static EAttribute EDITOR_ACTION__ICON
          The meta object literal for the 'Icon' attribute feature.
static EAttribute EDITOR_ACTION__LABEL
          The meta object literal for the 'Label' attribute feature.
static EAttribute EDITOR_ACTION__MENU_BAR_GROUP
          The meta object literal for the 'Menu Bar Group' attribute feature.
static EAttribute EDITOR_ACTION__PREFIX
          The meta object literal for the 'Prefix' attribute feature.
static EClass EDITOR_CONFIGURATION
          The meta object literal for the 'Editor Configuration' class.
static EReference EDITOR_CONFIGURATION__ACTIONS
          The meta object literal for the 'Actions' containment reference list feature.
static EAttribute EDITOR_CONFIGURATION__COPYRIGHT_TEXT
          The meta object literal for the 'Copyright Text' attribute feature.
static EAttribute EDITOR_CONFIGURATION__FORCE_OVERWRITE
          The meta object literal for the 'Force Overwrite' attribute feature.
static EReference EDITOR_CONFIGURATION__GEN_MODEL
          The meta object literal for the 'Gen Model' reference feature.
static EAttribute EDITOR_CONFIGURATION__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute EDITOR_CONFIGURATION__ORGANIZE_IMPORTS
          The meta object literal for the 'Organize Imports' attribute feature.
static EAttribute EDITOR_CONFIGURATION__PLUGIN_VERSION
          The meta object literal for the 'Plugin Version' attribute feature.
static EAttribute EDITOR_CONFIGURATION__PROJECT_NAME
          The meta object literal for the 'Project Name' attribute feature.
static EAttribute EDITOR_CONFIGURATION__PROVIDER
          The meta object literal for the 'Provider' attribute feature.
 

Field Detail

EDITOR_CONFIGURATION

static final EClass EDITOR_CONFIGURATION
The meta object literal for the 'Editor Configuration' class.

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

EDITOR_CONFIGURATION__NAME

static final EAttribute EDITOR_CONFIGURATION__NAME
The meta object literal for the 'Name' attribute feature.

** Generated **

EDITOR_CONFIGURATION__PROJECT_NAME

static final EAttribute EDITOR_CONFIGURATION__PROJECT_NAME
The meta object literal for the 'Project Name' attribute feature.

** Generated **

EDITOR_CONFIGURATION__GEN_MODEL

static final EReference EDITOR_CONFIGURATION__GEN_MODEL
The meta object literal for the 'Gen Model' reference feature.

** Generated **

EDITOR_CONFIGURATION__PLUGIN_VERSION

static final EAttribute EDITOR_CONFIGURATION__PLUGIN_VERSION
The meta object literal for the 'Plugin Version' attribute feature.

** Generated **

EDITOR_CONFIGURATION__PROVIDER

static final EAttribute EDITOR_CONFIGURATION__PROVIDER
The meta object literal for the 'Provider' attribute feature.

** Generated **

EDITOR_CONFIGURATION__FORCE_OVERWRITE

static final EAttribute EDITOR_CONFIGURATION__FORCE_OVERWRITE
The meta object literal for the 'Force Overwrite' attribute feature.

** Generated **

EDITOR_CONFIGURATION__ORGANIZE_IMPORTS

static final EAttribute EDITOR_CONFIGURATION__ORGANIZE_IMPORTS
The meta object literal for the 'Organize Imports' attribute feature.

** Generated **

EDITOR_CONFIGURATION__COPYRIGHT_TEXT

static final EAttribute EDITOR_CONFIGURATION__COPYRIGHT_TEXT
The meta object literal for the 'Copyright Text' attribute feature.

** Generated **

EDITOR_CONFIGURATION__ACTIONS

static final EReference EDITOR_CONFIGURATION__ACTIONS
The meta object literal for the 'Actions' containment reference list feature.

** Generated **

EDITOR_ACTION

static final EClass EDITOR_ACTION
The meta object literal for the 'Editor Action' class.

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

EDITOR_ACTION__PREFIX

static final EAttribute EDITOR_ACTION__PREFIX
The meta object literal for the 'Prefix' attribute feature.

** Generated **

EDITOR_ACTION__MENU_BAR_GROUP

static final EAttribute EDITOR_ACTION__MENU_BAR_GROUP
The meta object literal for the 'Menu Bar Group' attribute feature.

** Generated **

EDITOR_ACTION__LABEL

static final EAttribute EDITOR_ACTION__LABEL
The meta object literal for the 'Label' attribute feature.

** Generated **

EDITOR_ACTION__ICON

static final EAttribute EDITOR_ACTION__ICON
The meta object literal for the 'Icon' attribute feature.

** Generated **

Generators

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