de.cau.cs.kieler.kwebs.servicedata
Interface ServiceDataPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
ServiceDataPackageImpl

public interface ServiceDataPackage
extends EPackage

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

See Also:
ServiceDataFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
static interface ServiceDataPackage.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 CATEGORY
          The meta object id for the 'Category' class.
static int CATEGORY__ID
          The feature id for the 'Id' attribute.
static int CATEGORY__NAME
          The feature id for the 'Name' attribute.
static int CATEGORY_FEATURE_COUNT
          The number of structural features of the 'Category' class.
static ServiceDataPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int KNOWN_OPTION
          The meta object id for the 'Known Option' class.
static int KNOWN_OPTION__DEFAULT
          The feature id for the 'Default' attribute.
static int KNOWN_OPTION__OPTION
          The feature id for the 'Option' reference.
static int KNOWN_OPTION_FEATURE_COUNT
          The number of structural features of the 'Known Option' class.
static int LAYOUT_ALGORITHM
          The meta object id for the 'Layout Algorithm' class.
static int LAYOUT_ALGORITHM__CATEGORY
          The feature id for the 'Category' reference.
static int LAYOUT_ALGORITHM__DESCRIPTION
          The feature id for the 'Description' attribute.
static int LAYOUT_ALGORITHM__ID
          The feature id for the 'Id' attribute.
static int LAYOUT_ALGORITHM__KNOWN_OPTIONS
          The feature id for the 'Known Options' containment reference list.
static int LAYOUT_ALGORITHM__NAME
          The feature id for the 'Name' attribute.
static int LAYOUT_ALGORITHM__PREVIEW_IMAGE_PATH
          The feature id for the 'Preview Image Path' attribute.
static int LAYOUT_ALGORITHM__SUPPORTED_DIAGRAMS
          The feature id for the 'Supported Diagrams' containment reference list.
static int LAYOUT_ALGORITHM__TYPE
          The feature id for the 'Type' reference.
static int LAYOUT_ALGORITHM__VERSION
          The feature id for the 'Version' attribute.
static int LAYOUT_ALGORITHM_FEATURE_COUNT
          The number of structural features of the 'Layout Algorithm' class.
static int LAYOUT_OPTION
          The meta object id for the 'Layout Option' class.
static int LAYOUT_OPTION__ADVANCED
          The feature id for the 'Advanced' attribute.
static int LAYOUT_OPTION__APPLIES_TO
          The feature id for the 'Applies To' attribute.
static int LAYOUT_OPTION__DEFAULT
          The feature id for the 'Default' attribute.
static int LAYOUT_OPTION__DESCRIPTION
          The feature id for the 'Description' attribute.
static int LAYOUT_OPTION__ID
          The feature id for the 'Id' attribute.
static int LAYOUT_OPTION__IMPLEMENTATION
          The feature id for the 'Implementation' attribute.
static int LAYOUT_OPTION__NAME
          The feature id for the 'Name' attribute.
static int LAYOUT_OPTION__REMOTE_ENUM
          The feature id for the 'Remote Enum' containment reference.
static int LAYOUT_OPTION__TYPE
          The feature id for the 'Type' attribute.
static int LAYOUT_OPTION_FEATURE_COUNT
          The number of structural features of the 'Layout Option' class.
static int LAYOUT_TYPE
          The meta object id for the 'Layout Type' class.
static int LAYOUT_TYPE__DESCRIPTION
          The feature id for the 'Description' attribute.
static int LAYOUT_TYPE__ID
          The feature id for the 'Id' attribute.
static int LAYOUT_TYPE__NAME
          The feature id for the 'Name' attribute.
static int LAYOUT_TYPE_FEATURE_COUNT
          The number of structural features of the 'Layout Type' class.
static int REMOTE_ENUM
          The meta object id for the 'Remote Enum' class.
static int REMOTE_ENUM__VALUES
          The feature id for the 'Values' attribute list.
static int REMOTE_ENUM_FEATURE_COUNT
          The number of structural features of the 'Remote Enum' class.
static int SERVICE_DATA
          The meta object id for the 'Service Data' class.
static int SERVICE_DATA__CATEGORIES
          The feature id for the 'Categories' containment reference list.
static int SERVICE_DATA__LAYOUT_ALGORITHMS
          The feature id for the 'Layout Algorithms' containment reference list.
static int SERVICE_DATA__LAYOUT_OPTIONS
          The feature id for the 'Layout Options' containment reference list.
static int SERVICE_DATA__LAYOUT_TYPES
          The feature id for the 'Layout Types' containment reference list.
static int SERVICE_DATA__SUPPORTED_FORMATS
          The feature id for the 'Supported Formats' containment reference list.
static int SERVICE_DATA__VERSION
          The feature id for the 'Version' attribute.
static int SERVICE_DATA_FEATURE_COUNT
          The number of structural features of the 'Service Data' class.
static int SUPPORTED_DIAGRAM
          The meta object id for the 'Supported Diagram' class.
static int SUPPORTED_DIAGRAM__PRIORITY
          The feature id for the 'Priority' attribute.
static int SUPPORTED_DIAGRAM__TYPE
          The feature id for the 'Type' attribute.
static int SUPPORTED_DIAGRAM_FEATURE_COUNT
          The number of structural features of the 'Supported Diagram' class.
static int SUPPORTED_FORMAT
          The meta object id for the 'Supported Format' class.
static int SUPPORTED_FORMAT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int SUPPORTED_FORMAT__ID
          The feature id for the 'Id' attribute.
static int SUPPORTED_FORMAT__NAME
          The feature id for the 'Name' attribute.
static int SUPPORTED_FORMAT_FEATURE_COUNT
          The number of structural features of the 'Supported Format' class.
 
Method Summary
 EAttribute getCategory_Id()
          Returns the meta object for the attribute 'Id'.
 EAttribute getCategory_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getCategory()
          Returns the meta object for class 'Category'.
 EAttribute getKnownOption_Default()
          Returns the meta object for the attribute 'Default'.
 EReference getKnownOption_Option()
          Returns the meta object for the reference 'Option'.
 EClass getKnownOption()
          Returns the meta object for class 'Known Option'.
 EReference getLayoutAlgorithm_Category()
          Returns the meta object for the reference 'Category'.
 EAttribute getLayoutAlgorithm_Description()
          Returns the meta object for the attribute 'Description'.
 EAttribute getLayoutAlgorithm_Id()
          Returns the meta object for the attribute 'Id'.
 EReference getLayoutAlgorithm_KnownOptions()
          Returns the meta object for the containment reference list 'Known Options'.
 EAttribute getLayoutAlgorithm_Name()
          Returns the meta object for the attribute 'Name'.
 EAttribute getLayoutAlgorithm_PreviewImagePath()
          Returns the meta object for the attribute 'Preview Image Path'.
 EReference getLayoutAlgorithm_SupportedDiagrams()
          Returns the meta object for the containment reference list 'Supported Diagrams'.
 EReference getLayoutAlgorithm_Type()
          Returns the meta object for the reference 'Type'.
 EAttribute getLayoutAlgorithm_Version()
          Returns the meta object for the attribute 'Version'.
 EClass getLayoutAlgorithm()
          Returns the meta object for class 'Layout Algorithm'.
 EAttribute getLayoutOption_Advanced()
          Returns the meta object for the attribute 'Advanced'.
 EAttribute getLayoutOption_AppliesTo()
          Returns the meta object for the attribute 'Applies To'.
 EAttribute getLayoutOption_Default()
          Returns the meta object for the attribute 'Default'.
 EAttribute getLayoutOption_Description()
          Returns the meta object for the attribute 'Description'.
 EAttribute getLayoutOption_Id()
          Returns the meta object for the attribute 'Id'.
 EAttribute getLayoutOption_Implementation()
          Returns the meta object for the attribute 'Implementation'.
 EAttribute getLayoutOption_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getLayoutOption_RemoteEnum()
          Returns the meta object for the containment reference 'Remote Enum'.
 EAttribute getLayoutOption_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getLayoutOption()
          Returns the meta object for class 'Layout Option'.
 EAttribute getLayoutType_Description()
          Returns the meta object for the attribute 'Description'.
 EAttribute getLayoutType_Id()
          Returns the meta object for the attribute 'Id'.
 EAttribute getLayoutType_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getLayoutType()
          Returns the meta object for class 'Layout Type'.
 EAttribute getRemoteEnum_Values()
          Returns the meta object for the attribute list 'Values'.
 EClass getRemoteEnum()
          Returns the meta object for class 'Remote Enum'.
 EReference getServiceData_Categories()
          Returns the meta object for the containment reference list 'Categories'.
 EReference getServiceData_LayoutAlgorithms()
          Returns the meta object for the containment reference list 'Layout Algorithms'.
 EReference getServiceData_LayoutOptions()
          Returns the meta object for the containment reference list 'Layout Options'.
 EReference getServiceData_LayoutTypes()
          Returns the meta object for the containment reference list 'Layout Types'.
 EReference getServiceData_SupportedFormats()
          Returns the meta object for the containment reference list 'Supported Formats'.
 EAttribute getServiceData_Version()
          Returns the meta object for the attribute 'Version'.
 EClass getServiceData()
          Returns the meta object for class 'Service Data'.
 ServiceDataFactory getServiceDataFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getSupportedDiagram_Priority()
          Returns the meta object for the attribute 'Priority'.
 EAttribute getSupportedDiagram_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getSupportedDiagram()
          Returns the meta object for class 'Supported Diagram'.
 EAttribute getSupportedFormat_Description()
          Returns the meta object for the attribute 'Description'.
 EAttribute getSupportedFormat_Id()
          Returns the meta object for the attribute 'Id'.
 EAttribute getSupportedFormat_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getSupportedFormat()
          Returns the meta object for class 'Supported Format'.
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final ServiceDataPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

SERVICE_DATA

static final int SERVICE_DATA
The meta object id for the 'Service Data' class.

See Also:
ServiceDataImpl, ServiceDataPackageImpl.getServiceData(), Constant Field Values
Generated:
This code was automatically generated.

SERVICE_DATA__LAYOUT_ALGORITHMS

static final int SERVICE_DATA__LAYOUT_ALGORITHMS
The feature id for the 'Layout Algorithms' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SERVICE_DATA__LAYOUT_TYPES

static final int SERVICE_DATA__LAYOUT_TYPES
The feature id for the 'Layout Types' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SERVICE_DATA__LAYOUT_OPTIONS

static final int SERVICE_DATA__LAYOUT_OPTIONS
The feature id for the 'Layout Options' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SERVICE_DATA__CATEGORIES

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SERVICE_DATA__VERSION

static final int SERVICE_DATA__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SERVICE_DATA__SUPPORTED_FORMATS

static final int SERVICE_DATA__SUPPORTED_FORMATS
The feature id for the 'Supported Formats' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SERVICE_DATA_FEATURE_COUNT

static final int SERVICE_DATA_FEATURE_COUNT
The number of structural features of the 'Service Data' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM

static final int LAYOUT_ALGORITHM
The meta object id for the 'Layout Algorithm' class.

See Also:
LayoutAlgorithmImpl, ServiceDataPackageImpl.getLayoutAlgorithm(), Constant Field Values
Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__ID

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM__DESCRIPTION

static final int LAYOUT_ALGORITHM__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM__KNOWN_OPTIONS

static final int LAYOUT_ALGORITHM__KNOWN_OPTIONS
The feature id for the 'Known Options' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM__SUPPORTED_DIAGRAMS

static final int LAYOUT_ALGORITHM__SUPPORTED_DIAGRAMS
The feature id for the 'Supported Diagrams' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM__CATEGORY

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM__TYPE

static final int LAYOUT_ALGORITHM__TYPE
The feature id for the 'Type' reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM__VERSION

static final int LAYOUT_ALGORITHM__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM__PREVIEW_IMAGE_PATH

static final int LAYOUT_ALGORITHM__PREVIEW_IMAGE_PATH
The feature id for the 'Preview Image Path' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_ALGORITHM_FEATURE_COUNT

static final int LAYOUT_ALGORITHM_FEATURE_COUNT
The number of structural features of the 'Layout Algorithm' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_TYPE

static final int LAYOUT_TYPE
The meta object id for the 'Layout Type' class.

See Also:
LayoutTypeImpl, ServiceDataPackageImpl.getLayoutType(), Constant Field Values
Generated:
This code was automatically generated.

LAYOUT_TYPE__ID

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_TYPE__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_TYPE__DESCRIPTION

static final int LAYOUT_TYPE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_TYPE_FEATURE_COUNT

static final int LAYOUT_TYPE_FEATURE_COUNT
The number of structural features of the 'Layout Type' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION

static final int LAYOUT_OPTION
The meta object id for the 'Layout Option' class.

See Also:
LayoutOptionImpl, ServiceDataPackageImpl.getLayoutOption(), Constant Field Values
Generated:
This code was automatically generated.

LAYOUT_OPTION__ID

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION__TYPE

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION__DESCRIPTION

static final int LAYOUT_OPTION__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION__APPLIES_TO

static final int LAYOUT_OPTION__APPLIES_TO
The feature id for the 'Applies To' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION__DEFAULT

static final int LAYOUT_OPTION__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION__ADVANCED

static final int LAYOUT_OPTION__ADVANCED
The feature id for the 'Advanced' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION__REMOTE_ENUM

static final int LAYOUT_OPTION__REMOTE_ENUM
The feature id for the 'Remote Enum' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION__IMPLEMENTATION

static final int LAYOUT_OPTION__IMPLEMENTATION
The feature id for the 'Implementation' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

LAYOUT_OPTION_FEATURE_COUNT

static final int LAYOUT_OPTION_FEATURE_COUNT
The number of structural features of the 'Layout Option' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

CATEGORY

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

See Also:
CategoryImpl, ServiceDataPackageImpl.getCategory(), Constant Field Values
Generated:
This code was automatically generated.

CATEGORY__ID

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

CATEGORY__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically 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:
This code was automatically generated.
Ordered

KNOWN_OPTION

static final int KNOWN_OPTION
The meta object id for the 'Known Option' class.

See Also:
KnownOptionImpl, ServiceDataPackageImpl.getKnownOption(), Constant Field Values
Generated:
This code was automatically generated.

KNOWN_OPTION__DEFAULT

static final int KNOWN_OPTION__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KNOWN_OPTION__OPTION

static final int KNOWN_OPTION__OPTION
The feature id for the 'Option' reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KNOWN_OPTION_FEATURE_COUNT

static final int KNOWN_OPTION_FEATURE_COUNT
The number of structural features of the 'Known Option' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUPPORTED_DIAGRAM

static final int SUPPORTED_DIAGRAM
The meta object id for the 'Supported Diagram' class.

See Also:
SupportedDiagramImpl, ServiceDataPackageImpl.getSupportedDiagram(), Constant Field Values
Generated:
This code was automatically generated.

SUPPORTED_DIAGRAM__TYPE

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUPPORTED_DIAGRAM__PRIORITY

static final int SUPPORTED_DIAGRAM__PRIORITY
The feature id for the 'Priority' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUPPORTED_DIAGRAM_FEATURE_COUNT

static final int SUPPORTED_DIAGRAM_FEATURE_COUNT
The number of structural features of the 'Supported Diagram' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

REMOTE_ENUM

static final int REMOTE_ENUM
The meta object id for the 'Remote Enum' class.

See Also:
RemoteEnumImpl, ServiceDataPackageImpl.getRemoteEnum(), Constant Field Values
Generated:
This code was automatically generated.

REMOTE_ENUM__VALUES

static final int REMOTE_ENUM__VALUES
The feature id for the 'Values' attribute list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

REMOTE_ENUM_FEATURE_COUNT

static final int REMOTE_ENUM_FEATURE_COUNT
The number of structural features of the 'Remote Enum' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUPPORTED_FORMAT

static final int SUPPORTED_FORMAT
The meta object id for the 'Supported Format' class.

See Also:
SupportedFormatImpl, ServiceDataPackageImpl.getSupportedFormat(), Constant Field Values
Generated:
This code was automatically generated.

SUPPORTED_FORMAT__ID

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUPPORTED_FORMAT__DESCRIPTION

static final int SUPPORTED_FORMAT__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUPPORTED_FORMAT__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUPPORTED_FORMAT_FEATURE_COUNT

static final int SUPPORTED_FORMAT_FEATURE_COUNT
The number of structural features of the 'Supported Format' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered
Method Detail

getServiceData

EClass getServiceData()
Returns the meta object for class 'Service Data'.

Returns:
the meta object for class 'Service Data'.
See Also:
ServiceData
Generated:
This code was automatically generated.

getServiceData_LayoutAlgorithms

EReference getServiceData_LayoutAlgorithms()
Returns the meta object for the containment reference list 'Layout Algorithms'.

Returns:
the meta object for the containment reference list 'Layout Algorithms'.
See Also:
ServiceData.getLayoutAlgorithms(), getServiceData()
Generated:
This code was automatically generated.

getServiceData_LayoutTypes

EReference getServiceData_LayoutTypes()
Returns the meta object for the containment reference list 'Layout Types'.

Returns:
the meta object for the containment reference list 'Layout Types'.
See Also:
ServiceData.getLayoutTypes(), getServiceData()
Generated:
This code was automatically generated.

getServiceData_LayoutOptions

EReference getServiceData_LayoutOptions()
Returns the meta object for the containment reference list 'Layout Options'.

Returns:
the meta object for the containment reference list 'Layout Options'.
See Also:
ServiceData.getLayoutOptions(), getServiceData()
Generated:
This code was automatically generated.

getServiceData_Categories

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

Returns:
the meta object for the containment reference list 'Categories'.
See Also:
ServiceData.getCategories(), getServiceData()
Generated:
This code was automatically generated.

getServiceData_Version

EAttribute getServiceData_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
ServiceData.getVersion(), getServiceData()
Generated:
This code was automatically generated.

getServiceData_SupportedFormats

EReference getServiceData_SupportedFormats()
Returns the meta object for the containment reference list 'Supported Formats'.

Returns:
the meta object for the containment reference list 'Supported Formats'.
See Also:
ServiceData.getSupportedFormats(), getServiceData()
Generated:
This code was automatically generated.

getLayoutAlgorithm

EClass getLayoutAlgorithm()
Returns the meta object for class 'Layout Algorithm'.

Returns:
the meta object for class 'Layout Algorithm'.
See Also:
LayoutAlgorithm
Generated:
This code was automatically generated.

getLayoutAlgorithm_Id

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

Returns:
the meta object for the attribute 'Id'.
See Also:
LayoutAlgorithm.getId(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutAlgorithm_Name

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

Returns:
the meta object for the attribute 'Name'.
See Also:
LayoutAlgorithm.getName(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutAlgorithm_Description

EAttribute getLayoutAlgorithm_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
LayoutAlgorithm.getDescription(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutAlgorithm_KnownOptions

EReference getLayoutAlgorithm_KnownOptions()
Returns the meta object for the containment reference list 'Known Options'.

Returns:
the meta object for the containment reference list 'Known Options'.
See Also:
LayoutAlgorithm.getKnownOptions(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutAlgorithm_SupportedDiagrams

EReference getLayoutAlgorithm_SupportedDiagrams()
Returns the meta object for the containment reference list 'Supported Diagrams'.

Returns:
the meta object for the containment reference list 'Supported Diagrams'.
See Also:
LayoutAlgorithm.getSupportedDiagrams(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutAlgorithm_Category

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

Returns:
the meta object for the reference 'Category'.
See Also:
LayoutAlgorithm.getCategory(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutAlgorithm_Type

EReference getLayoutAlgorithm_Type()
Returns the meta object for the reference 'Type'.

Returns:
the meta object for the reference 'Type'.
See Also:
LayoutAlgorithm.getType(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutAlgorithm_Version

EAttribute getLayoutAlgorithm_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
LayoutAlgorithm.getVersion(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutAlgorithm_PreviewImagePath

EAttribute getLayoutAlgorithm_PreviewImagePath()
Returns the meta object for the attribute 'Preview Image Path'.

Returns:
the meta object for the attribute 'Preview Image Path'.
See Also:
LayoutAlgorithm.getPreviewImagePath(), getLayoutAlgorithm()
Generated:
This code was automatically generated.

getLayoutType

EClass getLayoutType()
Returns the meta object for class 'Layout Type'.

Returns:
the meta object for class 'Layout Type'.
See Also:
LayoutType
Generated:
This code was automatically generated.

getLayoutType_Id

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

Returns:
the meta object for the attribute 'Id'.
See Also:
LayoutType.getId(), getLayoutType()
Generated:
This code was automatically generated.

getLayoutType_Name

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

Returns:
the meta object for the attribute 'Name'.
See Also:
LayoutType.getName(), getLayoutType()
Generated:
This code was automatically generated.

getLayoutType_Description

EAttribute getLayoutType_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
LayoutType.getDescription(), getLayoutType()
Generated:
This code was automatically generated.

getLayoutOption

EClass getLayoutOption()
Returns the meta object for class 'Layout Option'.

Returns:
the meta object for class 'Layout Option'.
See Also:
LayoutOption
Generated:
This code was automatically generated.

getLayoutOption_Id

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

Returns:
the meta object for the attribute 'Id'.
See Also:
LayoutOption.getId(), getLayoutOption()
Generated:
This code was automatically generated.

getLayoutOption_Type

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

Returns:
the meta object for the attribute 'Type'.
See Also:
LayoutOption.getType(), getLayoutOption()
Generated:
This code was automatically generated.

getLayoutOption_Name

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

Returns:
the meta object for the attribute 'Name'.
See Also:
LayoutOption.getName(), getLayoutOption()
Generated:
This code was automatically generated.

getLayoutOption_Description

EAttribute getLayoutOption_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
LayoutOption.getDescription(), getLayoutOption()
Generated:
This code was automatically generated.

getLayoutOption_AppliesTo

EAttribute getLayoutOption_AppliesTo()
Returns the meta object for the attribute 'Applies To'.

Returns:
the meta object for the attribute 'Applies To'.
See Also:
LayoutOption.getAppliesTo(), getLayoutOption()
Generated:
This code was automatically generated.

getLayoutOption_Default

EAttribute getLayoutOption_Default()
Returns the meta object for the attribute 'Default'.

Returns:
the meta object for the attribute 'Default'.
See Also:
LayoutOption.getDefault(), getLayoutOption()
Generated:
This code was automatically generated.

getLayoutOption_Advanced

EAttribute getLayoutOption_Advanced()
Returns the meta object for the attribute 'Advanced'.

Returns:
the meta object for the attribute 'Advanced'.
See Also:
LayoutOption.isAdvanced(), getLayoutOption()
Generated:
This code was automatically generated.

getLayoutOption_RemoteEnum

EReference getLayoutOption_RemoteEnum()
Returns the meta object for the containment reference 'Remote Enum'.

Returns:
the meta object for the containment reference 'Remote Enum'.
See Also:
LayoutOption.getRemoteEnum(), getLayoutOption()
Generated:
This code was automatically generated.

getLayoutOption_Implementation

EAttribute getLayoutOption_Implementation()
Returns the meta object for the attribute 'Implementation'.

Returns:
the meta object for the attribute 'Implementation'.
See Also:
LayoutOption.getImplementation(), getLayoutOption()
Generated:
This code was automatically generated.

getCategory

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

Returns:
the meta object for class 'Category'.
See Also:
Category
Generated:
This code was automatically generated.

getCategory_Id

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

Returns:
the meta object for the attribute 'Id'.
See Also:
Category.getId(), getCategory()
Generated:
This code was automatically 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:
This code was automatically generated.

getKnownOption

EClass getKnownOption()
Returns the meta object for class 'Known Option'.

Returns:
the meta object for class 'Known Option'.
See Also:
KnownOption
Generated:
This code was automatically generated.

getKnownOption_Default

EAttribute getKnownOption_Default()
Returns the meta object for the attribute 'Default'.

Returns:
the meta object for the attribute 'Default'.
See Also:
KnownOption.getDefault(), getKnownOption()
Generated:
This code was automatically generated.

getKnownOption_Option

EReference getKnownOption_Option()
Returns the meta object for the reference 'Option'.

Returns:
the meta object for the reference 'Option'.
See Also:
KnownOption.getOption(), getKnownOption()
Generated:
This code was automatically generated.

getSupportedDiagram

EClass getSupportedDiagram()
Returns the meta object for class 'Supported Diagram'.

Returns:
the meta object for class 'Supported Diagram'.
See Also:
SupportedDiagram
Generated:
This code was automatically generated.

getSupportedDiagram_Type

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

Returns:
the meta object for the attribute 'Type'.
See Also:
SupportedDiagram.getType(), getSupportedDiagram()
Generated:
This code was automatically generated.

getSupportedDiagram_Priority

EAttribute getSupportedDiagram_Priority()
Returns the meta object for the attribute 'Priority'.

Returns:
the meta object for the attribute 'Priority'.
See Also:
SupportedDiagram.getPriority(), getSupportedDiagram()
Generated:
This code was automatically generated.

getRemoteEnum

EClass getRemoteEnum()
Returns the meta object for class 'Remote Enum'.

Returns:
the meta object for class 'Remote Enum'.
See Also:
RemoteEnum
Generated:
This code was automatically generated.

getRemoteEnum_Values

EAttribute getRemoteEnum_Values()
Returns the meta object for the attribute list 'Values'.

Returns:
the meta object for the attribute list 'Values'.
See Also:
RemoteEnum.getValues(), getRemoteEnum()
Generated:
This code was automatically generated.

getSupportedFormat

EClass getSupportedFormat()
Returns the meta object for class 'Supported Format'.

Returns:
the meta object for class 'Supported Format'.
See Also:
SupportedFormat
Generated:
This code was automatically generated.

getSupportedFormat_Id

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

Returns:
the meta object for the attribute 'Id'.
See Also:
SupportedFormat.getId(), getSupportedFormat()
Generated:
This code was automatically generated.

getSupportedFormat_Description

EAttribute getSupportedFormat_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
SupportedFormat.getDescription(), getSupportedFormat()
Generated:
This code was automatically generated.

getSupportedFormat_Name

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

Returns:
the meta object for the attribute 'Name'.
See Also:
SupportedFormat.getName(), getSupportedFormat()
Generated:
This code was automatically generated.

getServiceDataFactory

ServiceDataFactory getServiceDataFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.