Generators

org.topcased.outline.configurator
Interface OutlineConfiguratorPackage

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

public interface OutlineConfiguratorPackage
extends EPackage

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

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

Nested Class Summary
static interface OutlineConfiguratorPackage.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 int CHILD_ACTION_TYPE
          The meta object id for the 'Child Action Type' enum.
static java.lang.String copyright
           
static int CREATE_CHILD_ACTION
          The meta object id for the 'Create Child Action' class.
static int CREATE_CHILD_ACTION__CLASS
          The feature id for the 'Class' reference.
static int CREATE_CHILD_ACTION__PARENT
          The feature id for the 'Parent' container reference.
static int CREATE_CHILD_ACTION__TYPE
          The feature id for the 'Type' attribute.
static int CREATE_CHILD_ACTION_FEATURE_COUNT
          The number of structural features of the 'Create Child Action' class.
static int CREATE_CHILD_MENU_CONFIGURATION
          The meta object id for the 'Create Child Menu Configuration' class.
static int CREATE_CHILD_MENU_CONFIGURATION__CLASS_NAME
          The feature id for the 'Class Name' attribute.
static int CREATE_CHILD_MENU_CONFIGURATION__ITEMS
          The feature id for the 'Items' containment reference list.
static int CREATE_CHILD_MENU_CONFIGURATION_FEATURE_COUNT
          The number of structural features of the 'Create Child Menu Configuration' class.
static OutlineConfiguratorPackage 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.
static int MENU
          The meta object id for the 'Menu' class.
static int MENU__ID
          The feature id for the 'Id' attribute.
static int MENU__ITEMS
          The feature id for the 'Items' containment reference list.
static int MENU__NAME
          The feature id for the 'Name' attribute.
static int MENU__PARENT
          The feature id for the 'Parent' container reference.
static int MENU_FEATURE_COUNT
          The number of structural features of the 'Menu' class.
static int MENU_GROUP
          The meta object id for the 'Menu Group' class.
static int MENU_GROUP__ID
          The feature id for the 'Id' attribute.
static int MENU_GROUP__ITEMS
          The feature id for the 'Items' containment reference list.
static int MENU_GROUP__PARENT
          The feature id for the 'Parent' container reference.
static int MENU_GROUP_FEATURE_COUNT
          The number of structural features of the 'Menu Group' class.
static int MENU_ITEM
          The meta object id for the 'Menu Item' class.
static int MENU_ITEM__PARENT
          The feature id for the 'Parent' container reference.
static int MENU_ITEM_FEATURE_COUNT
          The number of structural features of the 'Menu Item' class.
static int OUTLINE_CONFIGURATION
          The meta object id for the 'Outline Configuration' class.
static int OUTLINE_CONFIGURATION__CREATE_CHILD
          The feature id for the 'Create Child' containment reference.
static int OUTLINE_CONFIGURATION__GEN_PACKAGE
          The feature id for the 'Gen Package' reference.
static int OUTLINE_CONFIGURATION__NAME
          The feature id for the 'Name' attribute.
static int OUTLINE_CONFIGURATION__PACKAGE
          The feature id for the 'Package' attribute.
static int OUTLINE_CONFIGURATION__PLUGIN_CLASS_NAME
          The feature id for the 'Plugin Class Name' attribute.
static int OUTLINE_CONFIGURATION__PROJECT_NAME
          The feature id for the 'Project Name' attribute.
static int OUTLINE_CONFIGURATION_FEATURE_COUNT
          The number of structural features of the 'Outline Configuration' class.
 
Method Summary
 EEnum getChildActionType()
          Returns the meta object for enum 'Child Action Type'
 EReference getCreateChildAction_Class()
          Returns the meta object for the reference 'Class'
 EAttribute getCreateChildAction_Type()
          Returns the meta object for the attribute 'Type'
 EClass getCreateChildAction()
          Returns the meta object for class 'Create Child Action'
 EAttribute getCreateChildMenuConfiguration_ClassName()
          Returns the meta object for the attribute 'Class Name'
 EReference getCreateChildMenuConfiguration_Items()
          Returns the meta object for the containment reference list 'Items'
 EClass getCreateChildMenuConfiguration()
          Returns the meta object for class 'Create Child Menu Configuration'
 EAttribute getMenu_Name()
          Returns the meta object for the attribute 'Name'
 EClass getMenu()
          Returns the meta object for class 'Menu'.
 EAttribute getMenuGroup_Id()
          Returns the meta object for the attribute 'Id'
 EReference getMenuGroup_Items()
          Returns the meta object for the containment reference list 'Items'
 EClass getMenuGroup()
          Returns the meta object for class 'Menu Group'
 EReference getMenuItem_Parent()
          Returns the meta object for the container reference 'Parent'
 EClass getMenuItem()
          Returns the meta object for class 'Menu Item'.
 EReference getOutlineConfiguration_CreateChild()
          Returns the meta object for the containment reference 'Create Child'
 EReference getOutlineConfiguration_GenPackage()
          Returns the meta object for the reference 'Gen Package'
 EAttribute getOutlineConfiguration_Name()
          Returns the meta object for the attribute 'Name'
 EAttribute getOutlineConfiguration_Package()
          Returns the meta object for the attribute 'Package'
 EAttribute getOutlineConfiguration_PluginClassName()
          Returns the meta object for the attribute 'Plugin Class Name'
 EAttribute getOutlineConfiguration_ProjectName()
          Returns the meta object for the attribute 'Project Name'
 EClass getOutlineConfiguration()
          Returns the meta object for class 'Outline Configuration'
 OutlineConfiguratorFactory getOutlineConfiguratorFactory()
          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 OutlineConfiguratorPackage eINSTANCE
The singleton instance of the package.

** Generated **

OUTLINE_CONFIGURATION

static final int OUTLINE_CONFIGURATION
The meta object id for the 'Outline Configuration' class.

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

OUTLINE_CONFIGURATION__CREATE_CHILD

static final int OUTLINE_CONFIGURATION__CREATE_CHILD
The feature id for the 'Create Child' containment reference.

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

OUTLINE_CONFIGURATION__NAME

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

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

OUTLINE_CONFIGURATION__PROJECT_NAME

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

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

OUTLINE_CONFIGURATION__GEN_PACKAGE

static final int OUTLINE_CONFIGURATION__GEN_PACKAGE
The feature id for the 'Gen Package' reference.

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

OUTLINE_CONFIGURATION__PACKAGE

static final int OUTLINE_CONFIGURATION__PACKAGE
The feature id for the 'Package' attribute.

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

OUTLINE_CONFIGURATION__PLUGIN_CLASS_NAME

static final int OUTLINE_CONFIGURATION__PLUGIN_CLASS_NAME
The feature id for the 'Plugin Class Name' attribute.

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

OUTLINE_CONFIGURATION_FEATURE_COUNT

static final int OUTLINE_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Outline Configuration' class.

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

CREATE_CHILD_MENU_CONFIGURATION

static final int CREATE_CHILD_MENU_CONFIGURATION
The meta object id for the 'Create Child Menu Configuration' class.

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

CREATE_CHILD_MENU_CONFIGURATION__ITEMS

static final int CREATE_CHILD_MENU_CONFIGURATION__ITEMS
The feature id for the 'Items' containment reference list.

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

CREATE_CHILD_MENU_CONFIGURATION__CLASS_NAME

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

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

CREATE_CHILD_MENU_CONFIGURATION_FEATURE_COUNT

static final int CREATE_CHILD_MENU_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Create Child Menu Configuration' class.

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

MENU_ITEM

static final int MENU_ITEM
The meta object id for the 'Menu Item' class.

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

MENU_ITEM__PARENT

static final int MENU_ITEM__PARENT
The feature id for the 'Parent' container reference.

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

MENU_ITEM_FEATURE_COUNT

static final int MENU_ITEM_FEATURE_COUNT
The number of structural features of the 'Menu Item' class.

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

CREATE_CHILD_ACTION

static final int CREATE_CHILD_ACTION
The meta object id for the 'Create Child Action' class.

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

CREATE_CHILD_ACTION__PARENT

static final int CREATE_CHILD_ACTION__PARENT
The feature id for the 'Parent' container reference.

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

CREATE_CHILD_ACTION__CLASS

static final int CREATE_CHILD_ACTION__CLASS
The feature id for the 'Class' reference.

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

CREATE_CHILD_ACTION__TYPE

static final int CREATE_CHILD_ACTION__TYPE
The feature id for the 'Type' attribute.

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

CREATE_CHILD_ACTION_FEATURE_COUNT

static final int CREATE_CHILD_ACTION_FEATURE_COUNT
The number of structural features of the 'Create Child Action' class.

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

MENU_GROUP

static final int MENU_GROUP
The meta object id for the 'Menu Group' class.

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

MENU_GROUP__PARENT

static final int MENU_GROUP__PARENT
The feature id for the 'Parent' container reference.

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

MENU_GROUP__ID

static final int MENU_GROUP__ID
The feature id for the 'Id' attribute.

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

MENU_GROUP__ITEMS

static final int MENU_GROUP__ITEMS
The feature id for the 'Items' containment reference list.

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

MENU_GROUP_FEATURE_COUNT

static final int MENU_GROUP_FEATURE_COUNT
The number of structural features of the 'Menu Group' class.

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

MENU

static final int MENU
The meta object id for the 'Menu' class.

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

MENU__PARENT

static final int MENU__PARENT
The feature id for the 'Parent' container reference.

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

MENU__ID

static final int MENU__ID
The feature id for the 'Id' attribute.

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

MENU__ITEMS

static final int MENU__ITEMS
The feature id for the 'Items' containment reference list.

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

MENU__NAME

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

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

MENU_FEATURE_COUNT

static final int MENU_FEATURE_COUNT
The number of structural features of the 'Menu' class.

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

CHILD_ACTION_TYPE

static final int CHILD_ACTION_TYPE
The meta object id for the 'Child Action Type' enum.

See Also:
ChildActionType, OutlineConfiguratorPackageImpl.getChildActionType(), Constant Field Values
** Generated **
Method Detail

getOutlineConfiguration

EClass getOutlineConfiguration()
Returns the meta object for class 'Outline Configuration'.

Returns:
the meta object for class 'Outline Configuration'.
See Also:
OutlineConfiguration
** Generated **

getOutlineConfiguration_CreateChild

EReference getOutlineConfiguration_CreateChild()
Returns the meta object for the containment reference 'Create Child'.

Returns:
the meta object for the containment reference 'Create Child'.
See Also:
OutlineConfiguration.getCreateChild(), getOutlineConfiguration()
** Generated **

getOutlineConfiguration_Name

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

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

getOutlineConfiguration_ProjectName

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

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

getOutlineConfiguration_GenPackage

EReference getOutlineConfiguration_GenPackage()
Returns the meta object for the reference 'Gen Package'.

Returns:
the meta object for the reference 'Gen Package'.
See Also:
OutlineConfiguration.getGenPackage(), getOutlineConfiguration()
** Generated **

getOutlineConfiguration_Package

EAttribute getOutlineConfiguration_Package()
Returns the meta object for the attribute 'Package'.

Returns:
the meta object for the attribute 'Package'.
See Also:
OutlineConfiguration.getPackage(), getOutlineConfiguration()
** Generated **

getOutlineConfiguration_PluginClassName

EAttribute getOutlineConfiguration_PluginClassName()
Returns the meta object for the attribute 'Plugin Class Name'.

Returns:
the meta object for the attribute 'Plugin Class Name'.
See Also:
OutlineConfiguration.getPluginClassName(), getOutlineConfiguration()
** Generated **

getCreateChildMenuConfiguration

EClass getCreateChildMenuConfiguration()
Returns the meta object for class 'Create Child Menu Configuration'.

Returns:
the meta object for class 'Create Child Menu Configuration'.
See Also:
CreateChildMenuConfiguration
** Generated **

getCreateChildMenuConfiguration_Items

EReference getCreateChildMenuConfiguration_Items()
Returns the meta object for the containment reference list 'Items'.

Returns:
the meta object for the containment reference list 'Items'.
See Also:
CreateChildMenuConfiguration.getItems(), getCreateChildMenuConfiguration()
** Generated **

getCreateChildMenuConfiguration_ClassName

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

Returns:
the meta object for the attribute 'Class Name'.
See Also:
CreateChildMenuConfiguration.getClassName(), getCreateChildMenuConfiguration()
** Generated **

getCreateChildAction

EClass getCreateChildAction()
Returns the meta object for class 'Create Child Action'.

Returns:
the meta object for class 'Create Child Action'.
See Also:
CreateChildAction
** Generated **

getCreateChildAction_Class

EReference getCreateChildAction_Class()
Returns the meta object for the reference 'Class'.

Returns:
the meta object for the reference 'Class'.
See Also:
CreateChildAction.getClass_(), getCreateChildAction()
** Generated **

getCreateChildAction_Type

EAttribute getCreateChildAction_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
CreateChildAction.getType(), getCreateChildAction()
** Generated **

getMenu

EClass getMenu()
Returns the meta object for class 'Menu'.

Returns:
the meta object for class 'Menu'.
See Also:
Menu
** Generated **

getMenu_Name

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

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

getMenuItem

EClass getMenuItem()
Returns the meta object for class 'Menu Item'.

Returns:
the meta object for class 'Menu Item'.
See Also:
MenuItem
** Generated **

getMenuItem_Parent

EReference getMenuItem_Parent()
Returns the meta object for the container reference 'Parent'.

Returns:
the meta object for the container reference 'Parent'.
See Also:
MenuItem.getParent(), getMenuItem()
** Generated **

getMenuGroup

EClass getMenuGroup()
Returns the meta object for class 'Menu Group'.

Returns:
the meta object for class 'Menu Group'.
See Also:
MenuGroup
** Generated **

getMenuGroup_Id

EAttribute getMenuGroup_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
MenuGroup.getId(), getMenuGroup()
** Generated **

getMenuGroup_Items

EReference getMenuGroup_Items()
Returns the meta object for the containment reference list 'Items'.

Returns:
the meta object for the containment reference list 'Items'.
See Also:
MenuGroup.getItems(), getMenuGroup()
** Generated **

getChildActionType

EEnum getChildActionType()
Returns the meta object for enum 'Child Action Type'.

Returns:
the meta object for enum 'Child Action Type'.
See Also:
ChildActionType
** Generated **

getOutlineConfiguratorFactory

OutlineConfiguratorFactory getOutlineConfiguratorFactory()
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.