Generators

org.topcased.properties.configurator
Interface PropertiesConfiguratorPackage

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

public interface PropertiesConfiguratorPackage
extends EPackage

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

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

Nested Class Summary
static interface PropertiesConfiguratorPackage.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 ABSTRACT_SECTION
          The meta object id for the 'Abstract Section' class.
static int ABSTRACT_SECTION__AFTER_SECTION
          The feature id for the 'After Section' reference.
static int ABSTRACT_SECTION__ID
          The feature id for the 'Id' attribute.
static int ABSTRACT_SECTION__LABEL
          The feature id for the 'Label' attribute.
static int ABSTRACT_SECTION__TAB
          The feature id for the 'Tab' container reference.
static int ABSTRACT_SECTION_FEATURE_COUNT
          The number of structural features of the 'Abstract Section' class.
static int ADVANCED_SECTION
          The meta object id for the 'Advanced Section' class.
static int ADVANCED_SECTION__AFTER_SECTION
          The feature id for the 'After Section' reference.
static int ADVANCED_SECTION__ID
          The feature id for the 'Id' attribute.
static int ADVANCED_SECTION__INPUT
          The feature id for the 'Input' reference list.
static int ADVANCED_SECTION__LABEL
          The feature id for the 'Label' attribute.
static int ADVANCED_SECTION__TAB
          The feature id for the 'Tab' container reference.
static int ADVANCED_SECTION_FEATURE_COUNT
          The number of structural features of the 'Advanced Section' class.
static int CATEGORY
          The meta object id for the 'Category' class.
static int CATEGORY__NAME
          The feature id for the 'Name' attribute.
static int CATEGORY__PARENT
          The feature id for the 'Parent' container reference.
static int CATEGORY__TABS
          The feature id for the 'Tabs' containment reference list.
static int CATEGORY_FEATURE_COUNT
          The number of structural features of the 'Category' class.
static PropertiesConfiguratorPackage 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 MULTIPLE_FEATURE_SECTION
          The meta object id for the 'Multiple Feature Section' class.
static int MULTIPLE_FEATURE_SECTION__AFTER_SECTION
          The feature id for the 'After Section' reference.
static int MULTIPLE_FEATURE_SECTION__FEATURES
          The feature id for the 'Features' reference list.
static int MULTIPLE_FEATURE_SECTION__ID
          The feature id for the 'Id' attribute.
static int MULTIPLE_FEATURE_SECTION__LABEL
          The feature id for the 'Label' attribute.
static int MULTIPLE_FEATURE_SECTION__TAB
          The feature id for the 'Tab' container reference.
static int MULTIPLE_FEATURE_SECTION_FEATURE_COUNT
          The number of structural features of the 'Multiple Feature Section' class.
static int SINGLE_FEATURE_SECTION
          The meta object id for the 'Single Feature Section' class.
static int SINGLE_FEATURE_SECTION__AFTER_SECTION
          The feature id for the 'After Section' reference.
static int SINGLE_FEATURE_SECTION__FEATURE
          The feature id for the 'Feature' reference.
static int SINGLE_FEATURE_SECTION__ID
          The feature id for the 'Id' attribute.
static int SINGLE_FEATURE_SECTION__LABEL
          The feature id for the 'Label' attribute.
static int SINGLE_FEATURE_SECTION__MULTILINE
          The feature id for the 'Multiline' attribute.
static int SINGLE_FEATURE_SECTION__TAB
          The feature id for the 'Tab' container reference.
static int SINGLE_FEATURE_SECTION_FEATURE_COUNT
          The number of structural features of the 'Single Feature Section' class.
static int TAB
          The meta object id for the 'Tab' class.
static int TAB__AFTER_TAB
          The feature id for the 'After Tab' reference.
static int TAB__CATEGORY
          The feature id for the 'Category' container reference.
static int TAB__ID
          The feature id for the 'Id' attribute.
static int TAB__INDENTED
          The feature id for the 'Indented' attribute.
static int TAB__LABEL
          The feature id for the 'Label' attribute.
static int TAB__SECTIONS
          The feature id for the 'Sections' containment reference list.
static int TAB_FEATURE_COUNT
          The number of structural features of the 'Tab' class.
static int TABBED_VIEW
          The meta object id for the 'Tabbed View' class.
static int TABBED_VIEW__BASE_PACKAGE
          The feature id for the 'Base Package' attribute.
static int TABBED_VIEW__CATEGORIES
          The feature id for the 'Categories' containment reference list.
static int TABBED_VIEW__GEN_MODEL
          The feature id for the 'Gen Model' reference.
static int TABBED_VIEW__ID
          The feature id for the 'Id' attribute.
static int TABBED_VIEW__NAME
          The feature id for the 'Name' attribute.
static int TABBED_VIEW__PROJECT_NAME
          The feature id for the 'Project Name' attribute.
static int TABBED_VIEW_FEATURE_COUNT
          The number of structural features of the 'Tabbed View' class.
 
Method Summary
 EReference getAbstractSection_AfterSection()
          Returns the meta object for the reference 'After Section'
 EAttribute getAbstractSection_Id()
          Returns the meta object for the attribute 'Id'
 EAttribute getAbstractSection_Label()
          Returns the meta object for the attribute 'Label'
 EReference getAbstractSection_Tab()
          Returns the meta object for the container reference 'Tab'
 EClass getAbstractSection()
          Returns the meta object for class 'Abstract Section'
 EReference getAdvancedSection_Input()
          Returns the meta object for the reference list 'Input'
 EClass getAdvancedSection()
          Returns the meta object for class 'Advanced Section'
 EAttribute getCategory_Name()
          Returns the meta object for the attribute 'Name'
 EReference getCategory_Parent()
          Returns the meta object for the container reference 'Parent'
 EReference getCategory_Tabs()
          Returns the meta object for the containment reference list 'Tabs'
 EClass getCategory()
          Returns the meta object for class 'Category'
 EReference getMultipleFeatureSection_Features()
          Returns the meta object for the reference list 'Features'
 EClass getMultipleFeatureSection()
          Returns the meta object for class 'Multiple Feature Section'
 PropertiesConfiguratorFactory getPropertiesConfiguratorFactory()
          Returns the factory that creates the instances of the model.
 EReference getSingleFeatureSection_Feature()
          Returns the meta object for the reference 'Feature'
 EAttribute getSingleFeatureSection_Multiline()
          Returns the meta object for the attribute 'Multiline'
 EClass getSingleFeatureSection()
          Returns the meta object for class 'Single Feature Section'
 EReference getTab_AfterTab()
          Returns the meta object for the reference 'After Tab'
 EReference getTab_Category()
          Returns the meta object for the container reference 'Category'
 EAttribute getTab_Id()
          Returns the meta object for the attribute 'Id'
 EAttribute getTab_Indented()
          Returns the meta object for the attribute 'Indented'
 EAttribute getTab_Label()
          Returns the meta object for the attribute 'Label'
 EReference getTab_Sections()
          Returns the meta object for the containment reference list 'Sections'
 EClass getTab()
          Returns the meta object for class 'Tab'.
 EAttribute getTabbedView_BasePackage()
          Returns the meta object for the attribute 'Base Package'
 EReference getTabbedView_Categories()
          Returns the meta object for the containment reference list 'Categories'
 EReference getTabbedView_GenModel()
          Returns the meta object for the reference 'Gen Model'
 EAttribute getTabbedView_Id()
          Returns the meta object for the attribute 'Id'
 EAttribute getTabbedView_Name()
          Returns the meta object for the attribute 'Name'
 EAttribute getTabbedView_ProjectName()
          Returns the meta object for the attribute 'Project Name'
 EClass getTabbedView()
          Returns the meta object for class 'Tabbed View'
 
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

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 PropertiesConfiguratorPackage eINSTANCE
The singleton instance of the package.

** Generated **

TABBED_VIEW

static final int TABBED_VIEW
The meta object id for the 'Tabbed View' class.

See Also:
TabbedViewImpl, PropertiesConfiguratorPackageImpl.getTabbedView(), Constant Field Values
** Generated **

TABBED_VIEW__PROJECT_NAME

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

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

TABBED_VIEW__ID

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

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

TABBED_VIEW__CATEGORIES

static final int TABBED_VIEW__CATEGORIES
The feature id for the 'Categories' containment reference list.

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

TABBED_VIEW__NAME

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

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

TABBED_VIEW__GEN_MODEL

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

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

TABBED_VIEW__BASE_PACKAGE

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

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

TABBED_VIEW_FEATURE_COUNT

static final int TABBED_VIEW_FEATURE_COUNT
The number of structural features of the 'Tabbed View' class.

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

TAB

static final int TAB
The meta object id for the 'Tab' class.

See Also:
TabImpl, PropertiesConfiguratorPackageImpl.getTab(), Constant Field Values
** Generated **

TAB__ID

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

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

TAB__LABEL

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

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

TAB__SECTIONS

static final int TAB__SECTIONS
The feature id for the 'Sections' containment reference list.

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

TAB__CATEGORY

static final int TAB__CATEGORY
The feature id for the 'Category' container reference.

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

TAB__AFTER_TAB

static final int TAB__AFTER_TAB
The feature id for the 'After Tab' reference.

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

TAB__INDENTED

static final int TAB__INDENTED
The feature id for the 'Indented' attribute.

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

TAB_FEATURE_COUNT

static final int TAB_FEATURE_COUNT
The number of structural features of the 'Tab' class.

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

ABSTRACT_SECTION

static final int ABSTRACT_SECTION
The meta object id for the 'Abstract Section' class.

See Also:
AbstractSectionImpl, PropertiesConfiguratorPackageImpl.getAbstractSection(), Constant Field Values
** Generated **

ABSTRACT_SECTION__ID

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

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

ABSTRACT_SECTION__TAB

static final int ABSTRACT_SECTION__TAB
The feature id for the 'Tab' container reference.

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

ABSTRACT_SECTION__AFTER_SECTION

static final int ABSTRACT_SECTION__AFTER_SECTION
The feature id for the 'After Section' reference.

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

ABSTRACT_SECTION__LABEL

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

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

ABSTRACT_SECTION_FEATURE_COUNT

static final int ABSTRACT_SECTION_FEATURE_COUNT
The number of structural features of the 'Abstract Section' class.

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

CATEGORY

static final int CATEGORY
The meta object id for the 'Category' class.

See Also:
CategoryImpl, PropertiesConfiguratorPackageImpl.getCategory(), Constant Field Values
** Generated **

CATEGORY__NAME

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

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

CATEGORY__TABS

static final int CATEGORY__TABS
The feature id for the 'Tabs' containment reference list.

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

CATEGORY__PARENT

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

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

CATEGORY_FEATURE_COUNT

static final int CATEGORY_FEATURE_COUNT
The number of structural features of the 'Category' class.

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

SINGLE_FEATURE_SECTION

static final int SINGLE_FEATURE_SECTION
The meta object id for the 'Single Feature Section' class.

See Also:
SingleFeatureSectionImpl, PropertiesConfiguratorPackageImpl.getSingleFeatureSection(), Constant Field Values
** Generated **

SINGLE_FEATURE_SECTION__ID

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

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

SINGLE_FEATURE_SECTION__TAB

static final int SINGLE_FEATURE_SECTION__TAB
The feature id for the 'Tab' container reference.

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

SINGLE_FEATURE_SECTION__AFTER_SECTION

static final int SINGLE_FEATURE_SECTION__AFTER_SECTION
The feature id for the 'After Section' reference.

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

SINGLE_FEATURE_SECTION__LABEL

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

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

SINGLE_FEATURE_SECTION__FEATURE

static final int SINGLE_FEATURE_SECTION__FEATURE
The feature id for the 'Feature' reference.

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

SINGLE_FEATURE_SECTION__MULTILINE

static final int SINGLE_FEATURE_SECTION__MULTILINE
The feature id for the 'Multiline' attribute.

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

SINGLE_FEATURE_SECTION_FEATURE_COUNT

static final int SINGLE_FEATURE_SECTION_FEATURE_COUNT
The number of structural features of the 'Single Feature Section' class.

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

MULTIPLE_FEATURE_SECTION

static final int MULTIPLE_FEATURE_SECTION
The meta object id for the 'Multiple Feature Section' class.

See Also:
MultipleFeatureSectionImpl, PropertiesConfiguratorPackageImpl.getMultipleFeatureSection(), Constant Field Values
** Generated **

MULTIPLE_FEATURE_SECTION__ID

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

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

MULTIPLE_FEATURE_SECTION__TAB

static final int MULTIPLE_FEATURE_SECTION__TAB
The feature id for the 'Tab' container reference.

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

MULTIPLE_FEATURE_SECTION__AFTER_SECTION

static final int MULTIPLE_FEATURE_SECTION__AFTER_SECTION
The feature id for the 'After Section' reference.

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

MULTIPLE_FEATURE_SECTION__LABEL

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

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

MULTIPLE_FEATURE_SECTION__FEATURES

static final int MULTIPLE_FEATURE_SECTION__FEATURES
The feature id for the 'Features' reference list.

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

MULTIPLE_FEATURE_SECTION_FEATURE_COUNT

static final int MULTIPLE_FEATURE_SECTION_FEATURE_COUNT
The number of structural features of the 'Multiple Feature Section' class.

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

ADVANCED_SECTION

static final int ADVANCED_SECTION
The meta object id for the 'Advanced Section' class.

See Also:
AdvancedSectionImpl, PropertiesConfiguratorPackageImpl.getAdvancedSection(), Constant Field Values
** Generated **

ADVANCED_SECTION__ID

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

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

ADVANCED_SECTION__TAB

static final int ADVANCED_SECTION__TAB
The feature id for the 'Tab' container reference.

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

ADVANCED_SECTION__AFTER_SECTION

static final int ADVANCED_SECTION__AFTER_SECTION
The feature id for the 'After Section' reference.

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

ADVANCED_SECTION__LABEL

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

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

ADVANCED_SECTION__INPUT

static final int ADVANCED_SECTION__INPUT
The feature id for the 'Input' reference list.

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

ADVANCED_SECTION_FEATURE_COUNT

static final int ADVANCED_SECTION_FEATURE_COUNT
The number of structural features of the 'Advanced Section' class.

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

getTabbedView

EClass getTabbedView()
Returns the meta object for class 'Tabbed View'.

Returns:
the meta object for class 'Tabbed View'.
See Also:
TabbedView
** Generated **

getTabbedView_ProjectName

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

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

getTabbedView_Id

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

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

getTabbedView_Categories

EReference getTabbedView_Categories()
Returns the meta object for the containment reference list 'Categories'.

Returns:
the meta object for the containment reference list 'Categories'.
See Also:
TabbedView.getCategories(), getTabbedView()
** Generated **

getTabbedView_Name

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

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

getTabbedView_GenModel

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

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

getTabbedView_BasePackage

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

Returns:
the meta object for the attribute 'Base Package'.
See Also:
TabbedView.getBasePackage(), getTabbedView()
** Generated **

getTab

EClass getTab()
Returns the meta object for class 'Tab'.

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

getTab_Id

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

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

getTab_Label

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

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

getTab_Sections

EReference getTab_Sections()
Returns the meta object for the containment reference list 'Sections'.

Returns:
the meta object for the containment reference list 'Sections'.
See Also:
Tab.getSections(), getTab()
** Generated **

getTab_Category

EReference getTab_Category()
Returns the meta object for the container reference 'Category'.

Returns:
the meta object for the container reference 'Category'.
See Also:
Tab.getCategory(), getTab()
** Generated **

getTab_AfterTab

EReference getTab_AfterTab()
Returns the meta object for the reference 'After Tab'.

Returns:
the meta object for the reference 'After Tab'.
See Also:
Tab.getAfterTab(), getTab()
** Generated **

getTab_Indented

EAttribute getTab_Indented()
Returns the meta object for the attribute 'Indented'.

Returns:
the meta object for the attribute 'Indented'.
See Also:
Tab.isIndented(), getTab()
** Generated **

getAbstractSection

EClass getAbstractSection()
Returns the meta object for class 'Abstract Section'.

Returns:
the meta object for class 'Abstract Section'.
See Also:
AbstractSection
** Generated **

getAbstractSection_Id

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

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

getAbstractSection_Tab

EReference getAbstractSection_Tab()
Returns the meta object for the container reference 'Tab'.

Returns:
the meta object for the container reference 'Tab'.
See Also:
AbstractSection.getTab(), getAbstractSection()
** Generated **

getAbstractSection_AfterSection

EReference getAbstractSection_AfterSection()
Returns the meta object for the reference 'After Section'.

Returns:
the meta object for the reference 'After Section'.
See Also:
AbstractSection.getAfterSection(), getAbstractSection()
** Generated **

getAbstractSection_Label

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

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

getCategory

EClass getCategory()
Returns the meta object for class 'Category'.

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

getCategory_Name

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

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

getCategory_Tabs

EReference getCategory_Tabs()
Returns the meta object for the containment reference list 'Tabs'.

Returns:
the meta object for the containment reference list 'Tabs'.
See Also:
Category.getTabs(), getCategory()
** Generated **

getCategory_Parent

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

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

getSingleFeatureSection

EClass getSingleFeatureSection()
Returns the meta object for class 'Single Feature Section'.

Returns:
the meta object for class 'Single Feature Section'.
See Also:
SingleFeatureSection
** Generated **

getSingleFeatureSection_Feature

EReference getSingleFeatureSection_Feature()
Returns the meta object for the reference 'Feature'.

Returns:
the meta object for the reference 'Feature'.
See Also:
SingleFeatureSection.getFeature(), getSingleFeatureSection()
** Generated **

getSingleFeatureSection_Multiline

EAttribute getSingleFeatureSection_Multiline()
Returns the meta object for the attribute 'Multiline'.

Returns:
the meta object for the attribute 'Multiline'.
See Also:
SingleFeatureSection.isMultiline(), getSingleFeatureSection()
** Generated **

getMultipleFeatureSection

EClass getMultipleFeatureSection()
Returns the meta object for class 'Multiple Feature Section'.

Returns:
the meta object for class 'Multiple Feature Section'.
See Also:
MultipleFeatureSection
** Generated **

getMultipleFeatureSection_Features

EReference getMultipleFeatureSection_Features()
Returns the meta object for the reference list 'Features'.

Returns:
the meta object for the reference list 'Features'.
See Also:
MultipleFeatureSection.getFeatures(), getMultipleFeatureSection()
** Generated **

getAdvancedSection

EClass getAdvancedSection()
Returns the meta object for class 'Advanced Section'.

Returns:
the meta object for class 'Advanced Section'.
See Also:
AdvancedSection
** Generated **

getAdvancedSection_Input

EReference getAdvancedSection_Input()
Returns the meta object for the reference list 'Input'.

Returns:
the meta object for the reference list 'Input'.
See Also:
AdvancedSection.getInput(), getAdvancedSection()
** Generated **

getPropertiesConfiguratorFactory

PropertiesConfiguratorFactory getPropertiesConfiguratorFactory()
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.