de.cau.cs.kieler.kaom
Interface KaomPackage.Literals

Enclosing interface:
KaomPackage

public static interface KaomPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass ENTITY
          The meta object literal for the 'Entity' class.
static EReference ENTITY__CHILD_ENTITIES
          The meta object literal for the 'Child Entities' containment reference list feature.
static EReference ENTITY__CHILD_LINKS
          The meta object literal for the 'Child Links' containment reference list feature.
static EReference ENTITY__CHILD_PORTS
          The meta object literal for the 'Child Ports' containment reference list feature.
static EReference ENTITY__CHILD_RELATIONS
          The meta object literal for the 'Child Relations' containment reference list feature.
static EClass LINK
          The meta object literal for the 'Link' class.
static EReference LINK__SOURCE
          The meta object literal for the 'Source' reference feature.
static EReference LINK__TARGET
          The meta object literal for the 'Target' reference feature.
static EClass LINKABLE
          The meta object literal for the 'Linkable' class.
static EAttribute LINKABLE__ID
          The meta object literal for the 'Id' attribute feature.
static EReference LINKABLE__INCOMING_LINKS
          The meta object literal for the 'Incoming Links' reference list feature.
static EReference LINKABLE__OUTGOING_LINKS
          The meta object literal for the 'Outgoing Links' reference list feature.
static EClass PORT
          The meta object literal for the 'Port' class.
static EClass RELATION
          The meta object literal for the 'Relation' class.
 

Field Detail

ENTITY

static final EClass ENTITY
The meta object literal for the 'Entity' class.

See Also:
EntityImpl, KaomPackageImpl.getEntity()
Generated:
This code was automatically generated.

ENTITY__CHILD_ENTITIES

static final EReference ENTITY__CHILD_ENTITIES
The meta object literal for the 'Child Entities' containment reference list feature.

Generated:
This code was automatically generated.

ENTITY__CHILD_LINKS

static final EReference ENTITY__CHILD_LINKS
The meta object literal for the 'Child Links' containment reference list feature.

Generated:
This code was automatically generated.

ENTITY__CHILD_PORTS

static final EReference ENTITY__CHILD_PORTS
The meta object literal for the 'Child Ports' containment reference list feature.

Generated:
This code was automatically generated.

ENTITY__CHILD_RELATIONS

static final EReference ENTITY__CHILD_RELATIONS
The meta object literal for the 'Child Relations' containment reference list feature.

Generated:
This code was automatically generated.

PORT

static final EClass PORT
The meta object literal for the 'Port' class.

See Also:
PortImpl, KaomPackageImpl.getPort()
Generated:
This code was automatically generated.

RELATION

static final EClass RELATION
The meta object literal for the 'Relation' class.

See Also:
RelationImpl, KaomPackageImpl.getRelation()
Generated:
This code was automatically generated.

LINK

static final EClass LINK
The meta object literal for the 'Link' class.

See Also:
LinkImpl, KaomPackageImpl.getLink()
Generated:
This code was automatically generated.

LINK__SOURCE

static final EReference LINK__SOURCE
The meta object literal for the 'Source' reference feature.

Generated:
This code was automatically generated.

LINK__TARGET

static final EReference LINK__TARGET
The meta object literal for the 'Target' reference feature.

Generated:
This code was automatically generated.

LINKABLE

static final EClass LINKABLE
The meta object literal for the 'Linkable' class.

See Also:
LinkableImpl, KaomPackageImpl.getLinkable()
Generated:
This code was automatically generated.

LINKABLE__OUTGOING_LINKS

static final EReference LINKABLE__OUTGOING_LINKS
The meta object literal for the 'Outgoing Links' reference list feature.

Generated:
This code was automatically generated.

LINKABLE__INCOMING_LINKS

static final EReference LINKABLE__INCOMING_LINKS
The meta object literal for the 'Incoming Links' reference list feature.

Generated:
This code was automatically generated.

LINKABLE__ID

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

Generated:
This code was automatically generated.