Rational Developer for i
7.5.0

com.ibm.etools.systems.app.model.bin
Interface BinaryArtifact

All Superinterfaces:
Artifact
All Known Subinterfaces:
Executable, Library
All Known Implementing Classes:
BinaryArtifactImpl, ExecutableImpl, LibraryImpl

public interface BinaryArtifact
extends Artifact

A representation of the model object 'Binary Artifact'.

The following features are supported:

See Also:
BinPackage.getBinaryArtifact()

Field Summary
static String copyright
           
 
Method Summary
 List<Library> getBindings()
          Returns a List of Libaries bound to this artifact.
 EList getModules()
          Returns the value of the 'Modules' containment reference list.
 
Methods inherited from interface com.ibm.etools.systems.app.model.Artifact
getLocation, getName, getSubtype, getType, getVersion, isExternal, setExternal, setLocation, setName, setSubtype, setType, setVersion
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getModules

EList getModules()
Returns the value of the 'Modules' containment reference list. The list contents are of type BoundModule. It is bidirectional and its opposite is 'Binary Container'.

If the meaning of the 'Modules' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Modules' containment reference list.
See Also:
BinPackage.getBinaryArtifact_Modules(), BoundModule.getBinaryContainer()

getBindings

List<Library> getBindings()
Returns a List of Libaries bound to this artifact.

See Also:
Library

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.