Rational Developer for i
7.5.0

com.ibm.etools.systems.app.model.bin
Interface BinPackage.Literals

Enclosing interface:
BinPackage

public static interface BinPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass BINARY_ARTIFACT
          The meta object literal for the 'Binary Artifact' class.
static EReference BINARY_ARTIFACT__MODULES
          The meta object literal for the 'Modules' containment reference list feature.
static EClass BINARY_CALLABLE_BLOCK
          The meta object literal for the 'Binary Callable Block' class.
static EAttribute BINARY_CALLABLE_BLOCK__EXPORTED
          The meta object literal for the 'Exported' attribute feature.
static EAttribute BINARY_CALLABLE_BLOCK__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass BOUND_MODULE
          The meta object literal for the 'Bound Module' class.
static EReference BOUND_MODULE__BINARY_CONTAINER
          The meta object literal for the 'Binary Container' container reference feature.
static EReference BOUND_MODULE__CALLABLE_BLOCKS
          The meta object literal for the 'Callable Blocks' containment reference list feature.
static EAttribute BOUND_MODULE__DEBUGGABLE
          The meta object literal for the 'Debuggable' attribute feature.
static EReference BOUND_MODULE__SOURCE_CONTAINER
          The meta object literal for the 'Source Container' reference feature.
static EClass BOUND_RELATIONSHIP
          The meta object literal for the 'Bound Relationship' class.
static EClass EXECUTABLE
          The meta object literal for the 'Executable' class.
static EClass IDEBUGGABLE
          The meta object literal for the 'IDebuggable' class.
static EClass LIBRARY
          The meta object literal for the 'Library' class.
static EReference LIBRARY__CALLABLE_EXPORTS
          The meta object literal for the 'Callable Exports' containment reference list feature.
static EClass LIBRARY_CALLABLE_EXPORT
          The meta object literal for the 'Library Callable Export' class.
static EAttribute LIBRARY_CALLABLE_EXPORT__NAME
          The meta object literal for the 'Name' attribute feature.
static EReference LIBRARY_CALLABLE_EXPORT__SOURCE_MODULE
          The meta object literal for the 'Source Module' reference feature.
 

Field Detail

IDEBUGGABLE

static final EClass IDEBUGGABLE
The meta object literal for the 'IDebuggable' class.

See Also:
IDebuggable, BinPackageImpl.getIDebuggable()

BOUND_RELATIONSHIP

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

See Also:
BoundRelationshipImpl, BinPackageImpl.getBoundRelationship()

LIBRARY_CALLABLE_EXPORT

static final EClass LIBRARY_CALLABLE_EXPORT
The meta object literal for the 'Library Callable Export' class.

See Also:
LibraryCallableExportImpl, BinPackageImpl.getLibraryCallableExport()

LIBRARY_CALLABLE_EXPORT__SOURCE_MODULE

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


LIBRARY_CALLABLE_EXPORT__NAME

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


BINARY_ARTIFACT

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

See Also:
BinaryArtifactImpl, BinPackageImpl.getBinaryArtifact()

BINARY_ARTIFACT__MODULES

static final EReference BINARY_ARTIFACT__MODULES
The meta object literal for the 'Modules' containment reference list feature.


BOUND_MODULE

static final EClass BOUND_MODULE
The meta object literal for the 'Bound Module' class.

See Also:
BoundModuleImpl, BinPackageImpl.getBoundModule()

BOUND_MODULE__BINARY_CONTAINER

static final EReference BOUND_MODULE__BINARY_CONTAINER
The meta object literal for the 'Binary Container' container reference feature.


BOUND_MODULE__SOURCE_CONTAINER

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


BOUND_MODULE__DEBUGGABLE

static final EAttribute BOUND_MODULE__DEBUGGABLE
The meta object literal for the 'Debuggable' attribute feature.


BOUND_MODULE__CALLABLE_BLOCKS

static final EReference BOUND_MODULE__CALLABLE_BLOCKS
The meta object literal for the 'Callable Blocks' containment reference list feature.


LIBRARY

static final EClass LIBRARY
The meta object literal for the 'Library' class.

See Also:
LibraryImpl, BinPackageImpl.getLibrary()

LIBRARY__CALLABLE_EXPORTS

static final EReference LIBRARY__CALLABLE_EXPORTS
The meta object literal for the 'Callable Exports' containment reference list feature.


BINARY_CALLABLE_BLOCK

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

See Also:
BinaryCallableBlockImpl, BinPackageImpl.getBinaryCallableBlock()

BINARY_CALLABLE_BLOCK__NAME

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


BINARY_CALLABLE_BLOCK__EXPORTED

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


EXECUTABLE

static final EClass EXECUTABLE
The meta object literal for the 'Executable' class.

See Also:
ExecutableImpl, BinPackageImpl.getExecutable()

Rational Developer for i
7.5.0

Copyright 2009 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.