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

Enclosing interface:
ServiceDataPackage

public static interface ServiceDataPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass CATEGORY
          The meta object literal for the 'Category' class.
static EAttribute CATEGORY__ID
          The meta object literal for the 'Id' attribute feature.
static EAttribute CATEGORY__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass KNOWN_OPTION
          The meta object literal for the 'Known Option' class.
static EAttribute KNOWN_OPTION__DEFAULT
          The meta object literal for the 'Default' attribute feature.
static EReference KNOWN_OPTION__OPTION
          The meta object literal for the 'Option' reference feature.
static EClass LAYOUT_ALGORITHM
          The meta object literal for the 'Layout Algorithm' class.
static EReference LAYOUT_ALGORITHM__CATEGORY
          The meta object literal for the 'Category' reference feature.
static EAttribute LAYOUT_ALGORITHM__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute LAYOUT_ALGORITHM__ID
          The meta object literal for the 'Id' attribute feature.
static EReference LAYOUT_ALGORITHM__KNOWN_OPTIONS
          The meta object literal for the 'Known Options' containment reference list feature.
static EAttribute LAYOUT_ALGORITHM__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute LAYOUT_ALGORITHM__PREVIEW_IMAGE_PATH
          The meta object literal for the 'Preview Image Path' attribute feature.
static EReference LAYOUT_ALGORITHM__SUPPORTED_DIAGRAMS
          The meta object literal for the 'Supported Diagrams' containment reference list feature.
static EReference LAYOUT_ALGORITHM__TYPE
          The meta object literal for the 'Type' reference feature.
static EAttribute LAYOUT_ALGORITHM__VERSION
          The meta object literal for the 'Version' attribute feature.
static EClass LAYOUT_OPTION
          The meta object literal for the 'Layout Option' class.
static EAttribute LAYOUT_OPTION__ADVANCED
          The meta object literal for the 'Advanced' attribute feature.
static EAttribute LAYOUT_OPTION__APPLIES_TO
          The meta object literal for the 'Applies To' attribute feature.
static EAttribute LAYOUT_OPTION__DEFAULT
          The meta object literal for the 'Default' attribute feature.
static EAttribute LAYOUT_OPTION__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute LAYOUT_OPTION__ID
          The meta object literal for the 'Id' attribute feature.
static EAttribute LAYOUT_OPTION__IMPLEMENTATION
          The meta object literal for the 'Implementation' attribute feature.
static EAttribute LAYOUT_OPTION__NAME
          The meta object literal for the 'Name' attribute feature.
static EReference LAYOUT_OPTION__REMOTE_ENUM
          The meta object literal for the 'Remote Enum' containment reference feature.
static EAttribute LAYOUT_OPTION__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass LAYOUT_TYPE
          The meta object literal for the 'Layout Type' class.
static EAttribute LAYOUT_TYPE__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute LAYOUT_TYPE__ID
          The meta object literal for the 'Id' attribute feature.
static EAttribute LAYOUT_TYPE__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass REMOTE_ENUM
          The meta object literal for the 'Remote Enum' class.
static EAttribute REMOTE_ENUM__VALUES
          The meta object literal for the 'Values' attribute list feature.
static EClass SERVICE_DATA
          The meta object literal for the 'Service Data' class.
static EReference SERVICE_DATA__CATEGORIES
          The meta object literal for the 'Categories' containment reference list feature.
static EReference SERVICE_DATA__LAYOUT_ALGORITHMS
          The meta object literal for the 'Layout Algorithms' containment reference list feature.
static EReference SERVICE_DATA__LAYOUT_OPTIONS
          The meta object literal for the 'Layout Options' containment reference list feature.
static EReference SERVICE_DATA__LAYOUT_TYPES
          The meta object literal for the 'Layout Types' containment reference list feature.
static EReference SERVICE_DATA__SUPPORTED_FORMATS
          The meta object literal for the 'Supported Formats' containment reference list feature.
static EAttribute SERVICE_DATA__VERSION
          The meta object literal for the 'Version' attribute feature.
static EClass SUPPORTED_DIAGRAM
          The meta object literal for the 'Supported Diagram' class.
static EAttribute SUPPORTED_DIAGRAM__PRIORITY
          The meta object literal for the 'Priority' attribute feature.
static EAttribute SUPPORTED_DIAGRAM__TYPE
          The meta object literal for the 'Type' attribute feature.
static EClass SUPPORTED_FORMAT
          The meta object literal for the 'Supported Format' class.
static EAttribute SUPPORTED_FORMAT__DESCRIPTION
          The meta object literal for the 'Description' attribute feature.
static EAttribute SUPPORTED_FORMAT__ID
          The meta object literal for the 'Id' attribute feature.
static EAttribute SUPPORTED_FORMAT__NAME
          The meta object literal for the 'Name' attribute feature.
 

Field Detail

SERVICE_DATA

static final EClass SERVICE_DATA
The meta object literal for the 'Service Data' class.

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

SERVICE_DATA__LAYOUT_ALGORITHMS

static final EReference SERVICE_DATA__LAYOUT_ALGORITHMS
The meta object literal for the 'Layout Algorithms' containment reference list feature.

Generated:
This code was automatically generated.

SERVICE_DATA__LAYOUT_TYPES

static final EReference SERVICE_DATA__LAYOUT_TYPES
The meta object literal for the 'Layout Types' containment reference list feature.

Generated:
This code was automatically generated.

SERVICE_DATA__LAYOUT_OPTIONS

static final EReference SERVICE_DATA__LAYOUT_OPTIONS
The meta object literal for the 'Layout Options' containment reference list feature.

Generated:
This code was automatically generated.

SERVICE_DATA__CATEGORIES

static final EReference SERVICE_DATA__CATEGORIES
The meta object literal for the 'Categories' containment reference list feature.

Generated:
This code was automatically generated.

SERVICE_DATA__VERSION

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

Generated:
This code was automatically generated.

SERVICE_DATA__SUPPORTED_FORMATS

static final EReference SERVICE_DATA__SUPPORTED_FORMATS
The meta object literal for the 'Supported Formats' containment reference list feature.

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM

static final EClass LAYOUT_ALGORITHM
The meta object literal for the 'Layout Algorithm' class.

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

LAYOUT_ALGORITHM__ID

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

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__NAME

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

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__DESCRIPTION

static final EAttribute LAYOUT_ALGORITHM__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__KNOWN_OPTIONS

static final EReference LAYOUT_ALGORITHM__KNOWN_OPTIONS
The meta object literal for the 'Known Options' containment reference list feature.

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__SUPPORTED_DIAGRAMS

static final EReference LAYOUT_ALGORITHM__SUPPORTED_DIAGRAMS
The meta object literal for the 'Supported Diagrams' containment reference list feature.

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__CATEGORY

static final EReference LAYOUT_ALGORITHM__CATEGORY
The meta object literal for the 'Category' reference feature.

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__TYPE

static final EReference LAYOUT_ALGORITHM__TYPE
The meta object literal for the 'Type' reference feature.

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__VERSION

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

Generated:
This code was automatically generated.

LAYOUT_ALGORITHM__PREVIEW_IMAGE_PATH

static final EAttribute LAYOUT_ALGORITHM__PREVIEW_IMAGE_PATH
The meta object literal for the 'Preview Image Path' attribute feature.

Generated:
This code was automatically generated.

LAYOUT_TYPE

static final EClass LAYOUT_TYPE
The meta object literal for the 'Layout Type' class.

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

LAYOUT_TYPE__ID

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

Generated:
This code was automatically generated.

LAYOUT_TYPE__NAME

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

Generated:
This code was automatically generated.

LAYOUT_TYPE__DESCRIPTION

static final EAttribute LAYOUT_TYPE__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:
This code was automatically generated.

LAYOUT_OPTION

static final EClass LAYOUT_OPTION
The meta object literal for the 'Layout Option' class.

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

LAYOUT_OPTION__ID

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

Generated:
This code was automatically generated.

LAYOUT_OPTION__TYPE

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

Generated:
This code was automatically generated.

LAYOUT_OPTION__NAME

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

Generated:
This code was automatically generated.

LAYOUT_OPTION__DESCRIPTION

static final EAttribute LAYOUT_OPTION__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:
This code was automatically generated.

LAYOUT_OPTION__APPLIES_TO

static final EAttribute LAYOUT_OPTION__APPLIES_TO
The meta object literal for the 'Applies To' attribute feature.

Generated:
This code was automatically generated.

LAYOUT_OPTION__DEFAULT

static final EAttribute LAYOUT_OPTION__DEFAULT
The meta object literal for the 'Default' attribute feature.

Generated:
This code was automatically generated.

LAYOUT_OPTION__ADVANCED

static final EAttribute LAYOUT_OPTION__ADVANCED
The meta object literal for the 'Advanced' attribute feature.

Generated:
This code was automatically generated.

LAYOUT_OPTION__REMOTE_ENUM

static final EReference LAYOUT_OPTION__REMOTE_ENUM
The meta object literal for the 'Remote Enum' containment reference feature.

Generated:
This code was automatically generated.

LAYOUT_OPTION__IMPLEMENTATION

static final EAttribute LAYOUT_OPTION__IMPLEMENTATION
The meta object literal for the 'Implementation' attribute feature.

Generated:
This code was automatically generated.

CATEGORY

static final EClass CATEGORY
The meta object literal for the 'Category' class.

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

CATEGORY__ID

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

Generated:
This code was automatically generated.

CATEGORY__NAME

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

Generated:
This code was automatically generated.

KNOWN_OPTION

static final EClass KNOWN_OPTION
The meta object literal for the 'Known Option' class.

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

KNOWN_OPTION__DEFAULT

static final EAttribute KNOWN_OPTION__DEFAULT
The meta object literal for the 'Default' attribute feature.

Generated:
This code was automatically generated.

KNOWN_OPTION__OPTION

static final EReference KNOWN_OPTION__OPTION
The meta object literal for the 'Option' reference feature.

Generated:
This code was automatically generated.

SUPPORTED_DIAGRAM

static final EClass SUPPORTED_DIAGRAM
The meta object literal for the 'Supported Diagram' class.

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

SUPPORTED_DIAGRAM__TYPE

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

Generated:
This code was automatically generated.

SUPPORTED_DIAGRAM__PRIORITY

static final EAttribute SUPPORTED_DIAGRAM__PRIORITY
The meta object literal for the 'Priority' attribute feature.

Generated:
This code was automatically generated.

REMOTE_ENUM

static final EClass REMOTE_ENUM
The meta object literal for the 'Remote Enum' class.

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

REMOTE_ENUM__VALUES

static final EAttribute REMOTE_ENUM__VALUES
The meta object literal for the 'Values' attribute list feature.

Generated:
This code was automatically generated.

SUPPORTED_FORMAT

static final EClass SUPPORTED_FORMAT
The meta object literal for the 'Supported Format' class.

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

SUPPORTED_FORMAT__ID

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

Generated:
This code was automatically generated.

SUPPORTED_FORMAT__DESCRIPTION

static final EAttribute SUPPORTED_FORMAT__DESCRIPTION
The meta object literal for the 'Description' attribute feature.

Generated:
This code was automatically generated.

SUPPORTED_FORMAT__NAME

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

Generated:
This code was automatically generated.