Rational Developer for i
7.5.0

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

All Known Implementing Classes:
LibraryCallableExportImpl

public interface LibraryCallableExport

A representation of the model object 'Library Callable Export'.

The following features are supported:

See Also:
BinPackage.getLibraryCallableExport()

Field Summary
static String copyright
           
 
Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 BoundModule getSourceModule()
          Returns the value of the 'Source Module' reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setSourceModule(BoundModule value)
          Sets the value of the 'Source Module' reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getSourceModule

BoundModule getSourceModule()
Returns the value of the 'Source Module' reference.

If the meaning of the 'Source Module' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source Module' reference.
See Also:
setSourceModule(BoundModule), BinPackage.getLibraryCallableExport_SourceModule()

setSourceModule

void setSourceModule(BoundModule value)
Sets the value of the 'Source Module' reference.

Parameters:
value - the new value of the 'Source Module' reference.
See Also:
getSourceModule()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BinPackage.getLibraryCallableExport_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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.