Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.app.model
Interface ModelPackage.Literals

Enclosing interface:
ModelPackage

public static interface ModelPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass APPLICATION_MODEL
          The meta object literal for the 'Application Model' class.
static EReference APPLICATION_MODEL__ARTIFACTS
          The meta object literal for the 'Artifacts' containment reference list feature.
static EAttribute APPLICATION_MODEL__MODEL_VERSION
          The meta object literal for the 'Model Version' attribute feature.
static EReference APPLICATION_MODEL__RELATIONSHIPS
          The meta object literal for the 'Relationships' containment reference list feature.
static EClass ARTIFACT
          The meta object literal for the 'Artifact' class.
static EAttribute ARTIFACT__EXTERNAL
          The meta object literal for the 'External' attribute feature.
static EAttribute ARTIFACT__LOCATION
          The meta object literal for the 'Location' attribute feature.
static EAttribute ARTIFACT__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute ARTIFACT__SUBTYPE
          The meta object literal for the 'Subtype' attribute feature.
static EAttribute ARTIFACT__TYPE
          The meta object literal for the 'Type' attribute feature.
static EAttribute ARTIFACT__VERSION
          The meta object literal for the 'Version' attribute feature.
static EClass RELATIONSHIP
          The meta object literal for the 'Relationship' class.
static EReference RELATIONSHIP__SOURCE
          The meta object literal for the 'Source' reference feature.
static EAttribute RELATIONSHIP__SUBTYPE
          The meta object literal for the 'Subtype' attribute feature.
static EReference RELATIONSHIP__TARGET
          The meta object literal for the 'Target' reference feature.
static EAttribute RELATIONSHIP__TYPE
          The meta object literal for the 'Type' attribute feature.
 

Field Detail

RELATIONSHIP

static final EClass RELATIONSHIP
The meta object literal for the 'Relationship' class.

See Also:
RelationshipImpl, ModelPackageImpl.getRelationship()

RELATIONSHIP__SOURCE

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


RELATIONSHIP__TARGET

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


RELATIONSHIP__TYPE

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


RELATIONSHIP__SUBTYPE

static final EAttribute RELATIONSHIP__SUBTYPE
The meta object literal for the 'Subtype' attribute feature.


ARTIFACT

static final EClass ARTIFACT
The meta object literal for the 'Artifact' class.

See Also:
ArtifactImpl, ModelPackageImpl.getArtifact()

ARTIFACT__NAME

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


ARTIFACT__TYPE

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


ARTIFACT__SUBTYPE

static final EAttribute ARTIFACT__SUBTYPE
The meta object literal for the 'Subtype' attribute feature.


ARTIFACT__VERSION

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


ARTIFACT__EXTERNAL

static final EAttribute ARTIFACT__EXTERNAL
The meta object literal for the 'External' attribute feature.


ARTIFACT__LOCATION

static final EAttribute ARTIFACT__LOCATION
The meta object literal for the 'Location' attribute feature.


APPLICATION_MODEL

static final EClass APPLICATION_MODEL
The meta object literal for the 'Application Model' class.

See Also:
ApplicationModelImpl, ModelPackageImpl.getApplicationModel()

APPLICATION_MODEL__ARTIFACTS

static final EReference APPLICATION_MODEL__ARTIFACTS
The meta object literal for the 'Artifacts' containment reference list feature.


APPLICATION_MODEL__RELATIONSHIPS

static final EReference APPLICATION_MODEL__RELATIONSHIPS
The meta object literal for the 'Relationships' containment reference list feature.


APPLICATION_MODEL__MODEL_VERSION

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


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.