Generators

org.topcased.outline.configurator
Interface OutlineConfiguratorPackage.Literals

Enclosing interface:
OutlineConfiguratorPackage

public static interface OutlineConfiguratorPackage.Literals

Defines literals for the meta objects that represent

** Generated **

Field Summary
static EEnum CHILD_ACTION_TYPE
          The meta object literal for the 'Child Action Type' enum.
static EClass CREATE_CHILD_ACTION
          The meta object literal for the 'Create Child Action' class.
static EReference CREATE_CHILD_ACTION__CLASS
          The meta object literal for the 'Class' reference feature.
static EAttribute CREATE_CHILD_ACTION__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass CREATE_CHILD_MENU_CONFIGURATION
          The meta object literal for the 'Create Child Menu Configuration' class.
static EAttribute CREATE_CHILD_MENU_CONFIGURATION__CLASS_NAME
          The meta object literal for the 'Class Name' attribute feature.
static EReference CREATE_CHILD_MENU_CONFIGURATION__ITEMS
          The meta object literal for the 'Items' containment reference list feature.
static EClass MENU
          The meta object literal for the 'Menu' class.
static EAttribute MENU__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass MENU_GROUP
          The meta object literal for the 'Menu Group' class.
static EAttribute MENU_GROUP__ID
          The meta object literal for the 'Id' attribute feature.
static EReference MENU_GROUP__ITEMS
          The meta object literal for the 'Items' containment reference list feature.
static EClass MENU_ITEM
          The meta object literal for the 'Menu Item' class.
static EReference MENU_ITEM__PARENT
          The meta object literal for the 'Parent' container reference feature.
static EClass OUTLINE_CONFIGURATION
          The meta object literal for the 'Outline Configuration' class.
static EReference OUTLINE_CONFIGURATION__CREATE_CHILD
          The meta object literal for the 'Create Child' containment reference feature.
static EReference OUTLINE_CONFIGURATION__GEN_PACKAGE
          The meta object literal for the 'Gen Package' reference feature.
static EAttribute OUTLINE_CONFIGURATION__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute OUTLINE_CONFIGURATION__PACKAGE
          The meta object literal for the 'Package' attribute feature.
static EAttribute OUTLINE_CONFIGURATION__PLUGIN_CLASS_NAME
          The meta object literal for the 'Plugin Class Name' attribute feature.
static EAttribute OUTLINE_CONFIGURATION__PROJECT_NAME
          The meta object literal for the 'Project Name' attribute feature.
 

Field Detail

OUTLINE_CONFIGURATION

static final EClass OUTLINE_CONFIGURATION
The meta object literal for the 'Outline Configuration' class.

See Also:
OutlineConfigurationImpl, OutlineConfiguratorPackageImpl.getOutlineConfiguration()
** Generated **

OUTLINE_CONFIGURATION__CREATE_CHILD

static final EReference OUTLINE_CONFIGURATION__CREATE_CHILD
The meta object literal for the 'Create Child' containment reference feature.

** Generated **

OUTLINE_CONFIGURATION__NAME

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

** Generated **

OUTLINE_CONFIGURATION__PROJECT_NAME

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

** Generated **

OUTLINE_CONFIGURATION__GEN_PACKAGE

static final EReference OUTLINE_CONFIGURATION__GEN_PACKAGE
The meta object literal for the 'Gen Package' reference feature.

** Generated **

OUTLINE_CONFIGURATION__PACKAGE

static final EAttribute OUTLINE_CONFIGURATION__PACKAGE
The meta object literal for the 'Package' attribute feature.

** Generated **

OUTLINE_CONFIGURATION__PLUGIN_CLASS_NAME

static final EAttribute OUTLINE_CONFIGURATION__PLUGIN_CLASS_NAME
The meta object literal for the 'Plugin Class Name' attribute feature.

** Generated **

CREATE_CHILD_MENU_CONFIGURATION

static final EClass CREATE_CHILD_MENU_CONFIGURATION
The meta object literal for the 'Create Child Menu Configuration' class.

See Also:
CreateChildMenuConfigurationImpl, OutlineConfiguratorPackageImpl.getCreateChildMenuConfiguration()
** Generated **

CREATE_CHILD_MENU_CONFIGURATION__ITEMS

static final EReference CREATE_CHILD_MENU_CONFIGURATION__ITEMS
The meta object literal for the 'Items' containment reference list feature.

** Generated **

CREATE_CHILD_MENU_CONFIGURATION__CLASS_NAME

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

** Generated **

CREATE_CHILD_ACTION

static final EClass CREATE_CHILD_ACTION
The meta object literal for the 'Create Child Action' class.

See Also:
CreateChildActionImpl, OutlineConfiguratorPackageImpl.getCreateChildAction()
** Generated **

CREATE_CHILD_ACTION__CLASS

static final EReference CREATE_CHILD_ACTION__CLASS
The meta object literal for the 'Class' reference feature.

** Generated **

CREATE_CHILD_ACTION__TYPE

static final EAttribute CREATE_CHILD_ACTION__TYPE
The meta object literal for the 'Type' attribute feature.

** Generated **

MENU

static final EClass MENU
The meta object literal for the 'Menu' class.

See Also:
MenuImpl, OutlineConfiguratorPackageImpl.getMenu()
** Generated **

MENU__NAME

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

** Generated **

MENU_ITEM

static final EClass MENU_ITEM
The meta object literal for the 'Menu Item' class.

See Also:
MenuItemImpl, OutlineConfiguratorPackageImpl.getMenuItem()
** Generated **

MENU_ITEM__PARENT

static final EReference MENU_ITEM__PARENT
The meta object literal for the 'Parent' container reference feature.

** Generated **

MENU_GROUP

static final EClass MENU_GROUP
The meta object literal for the 'Menu Group' class.

See Also:
MenuGroupImpl, OutlineConfiguratorPackageImpl.getMenuGroup()
** Generated **

MENU_GROUP__ID

static final EAttribute MENU_GROUP__ID
The meta object literal for the 'Id' attribute feature.

** Generated **

MENU_GROUP__ITEMS

static final EReference MENU_GROUP__ITEMS
The meta object literal for the 'Items' containment reference list feature.

** Generated **

CHILD_ACTION_TYPE

static final EEnum CHILD_ACTION_TYPE
The meta object literal for the 'Child Action Type' enum.

See Also:
ChildActionType, OutlineConfiguratorPackageImpl.getChildActionType()
** Generated **

Generators

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