Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.app.model.src
Interface SrcPackage.Literals

Enclosing interface:
SrcPackage

public static interface SrcPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass CALLABLE_BLOCK
          The meta object literal for the 'Callable Block' class.
static EAttribute CALLABLE_BLOCK__END_POSITION
          The meta object literal for the 'End Position' attribute feature.
static EReference CALLABLE_BLOCK__SOURCE_CONTAINER
          The meta object literal for the 'Source Container' container reference feature.
static EAttribute CALLABLE_BLOCK__START_POSITION
          The meta object literal for the 'Start Position' attribute feature.
static EClass CALLABLE_BLOCK_WITH_SIGNATURE
          The meta object literal for the 'Callable Block With Signature' class.
static EAttribute CALLABLE_BLOCK_WITH_SIGNATURE__EXPORTED
          The meta object literal for the 'Exported' attribute feature.
static EClass CALLS_RELATIONSHIP
          The meta object literal for the 'Calls Relationship' class.
static EAttribute CALLS_RELATIONSHIP__QUALIFIED_PATH
          The meta object literal for the 'Qualified Path' attribute feature.
static EAttribute CALLS_RELATIONSHIP__SOURCE_POSITION
          The meta object literal for the 'Source Position' attribute feature.
static EClass INCLUDES_RELATIONSHIP
          The meta object literal for the 'Includes Relationship' class.
static EAttribute INCLUDES_RELATIONSHIP__SOURCE_POSITION
          The meta object literal for the 'Source Position' attribute feature.
static EClass INVOKES_RELATIONSHIP
          The meta object literal for the 'Invokes Relationship' class.
static EAttribute INVOKES_RELATIONSHIP__SOURCE_POSITION
          The meta object literal for the 'Source Position' attribute feature.
static EClass MAIN_ENTRY_POINT
          The meta object literal for the 'Main Entry Point' class.
static EClass SOURCE_CONTAINER
          The meta object literal for the 'Source Container' class.
static EReference SOURCE_CONTAINER__CALLABLEBLOCKS
          The meta object literal for the 'Callableblocks' containment reference list feature.
static EAttribute SOURCE_CONTAINER__SOURCE_TYPE
          The meta object literal for the 'Source Type' attribute feature.
 

Field Detail

INCLUDES_RELATIONSHIP

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

See Also:
IncludesRelationshipImpl, SrcPackageImpl.getIncludesRelationship()

INCLUDES_RELATIONSHIP__SOURCE_POSITION

static final EAttribute INCLUDES_RELATIONSHIP__SOURCE_POSITION
The meta object literal for the 'Source Position' attribute feature.


MAIN_ENTRY_POINT

static final EClass MAIN_ENTRY_POINT
The meta object literal for the 'Main Entry Point' class.

See Also:
MainEntryPoint, SrcPackageImpl.getMainEntryPoint()

CALLABLE_BLOCK

static final EClass CALLABLE_BLOCK
The meta object literal for the 'Callable Block' class.

See Also:
CallableBlockImpl, SrcPackageImpl.getCallableBlock()

CALLABLE_BLOCK__START_POSITION

static final EAttribute CALLABLE_BLOCK__START_POSITION
The meta object literal for the 'Start Position' attribute feature.


CALLABLE_BLOCK__END_POSITION

static final EAttribute CALLABLE_BLOCK__END_POSITION
The meta object literal for the 'End Position' attribute feature.


CALLABLE_BLOCK__SOURCE_CONTAINER

static final EReference CALLABLE_BLOCK__SOURCE_CONTAINER
The meta object literal for the 'Source Container' container reference feature.


SOURCE_CONTAINER

static final EClass SOURCE_CONTAINER
The meta object literal for the 'Source Container' class.

See Also:
SourceContainerImpl, SrcPackageImpl.getSourceContainer()

SOURCE_CONTAINER__SOURCE_TYPE

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


SOURCE_CONTAINER__CALLABLEBLOCKS

static final EReference SOURCE_CONTAINER__CALLABLEBLOCKS
The meta object literal for the 'Callableblocks' containment reference list feature.


INVOKES_RELATIONSHIP

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

See Also:
InvokesRelationshipImpl, SrcPackageImpl.getInvokesRelationship()

INVOKES_RELATIONSHIP__SOURCE_POSITION

static final EAttribute INVOKES_RELATIONSHIP__SOURCE_POSITION
The meta object literal for the 'Source Position' attribute feature.


CALLABLE_BLOCK_WITH_SIGNATURE

static final EClass CALLABLE_BLOCK_WITH_SIGNATURE
The meta object literal for the 'Callable Block With Signature' class.

See Also:
CallableBlockWithSignatureImpl, SrcPackageImpl.getCallableBlockWithSignature()

CALLABLE_BLOCK_WITH_SIGNATURE__EXPORTED

static final EAttribute CALLABLE_BLOCK_WITH_SIGNATURE__EXPORTED
The meta object literal for the 'Exported' attribute feature.


CALLS_RELATIONSHIP

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

See Also:
CallsRelationshipImpl, SrcPackageImpl.getCallsRelationship()

CALLS_RELATIONSHIP__SOURCE_POSITION

static final EAttribute CALLS_RELATIONSHIP__SOURCE_POSITION
The meta object literal for the 'Source Position' attribute feature.


CALLS_RELATIONSHIP__QUALIFIED_PATH

static final EAttribute CALLS_RELATIONSHIP__QUALIFIED_PATH
The meta object literal for the 'Qualified Path' 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.