Rational Developer for i
7.5.0

com.ibm.etools.systems.app.model.bin.impl
Class LibraryCallableExportImpl

java.lang.Object
  extended by EObjectImpl
      extended by com.ibm.etools.systems.app.model.bin.impl.LibraryCallableExportImpl
All Implemented Interfaces:
LibraryCallableExport

public class LibraryCallableExportImpl
extends EObjectImpl
implements LibraryCallableExport

An implementation of the model object 'Library Callable Export'.

The following features are implemented:


Field Summary
static String copyright
           
protected  String name
          The cached value of the 'Name' attribute.
protected static String NAME_EDEFAULT
          The default value of the 'Name' attribute.
protected  BoundModule sourceModule
          The cached value of the 'Source Module' reference.
 
Constructor Summary
protected LibraryCallableExportImpl()
           
 
Method Summary
 BoundModule basicGetSourceModule()
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getName()
           
 BoundModule getSourceModule()
           
 void setName(String newName)
           
 void setSourceModule(BoundModule newSourceModule)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

sourceModule

protected BoundModule sourceModule
The cached value of the 'Source Module' reference.

See Also:
getSourceModule()

NAME_EDEFAULT

protected static final String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected String name
The cached value of the 'Name' attribute.

See Also:
getName()
Constructor Detail

LibraryCallableExportImpl

protected LibraryCallableExportImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getSourceModule

public BoundModule getSourceModule()

Specified by:
getSourceModule in interface LibraryCallableExport
Returns:
the value of the 'Source Module' reference.
See Also:
LibraryCallableExport.setSourceModule(BoundModule), BinPackage.getLibraryCallableExport_SourceModule()

basicGetSourceModule

public BoundModule basicGetSourceModule()


setSourceModule

public void setSourceModule(BoundModule newSourceModule)

Specified by:
setSourceModule in interface LibraryCallableExport
Parameters:
newSourceModule - the new value of the 'Source Module' reference.
See Also:
LibraryCallableExport.getSourceModule()

getName

public String getName()

Specified by:
getName in interface LibraryCallableExport
Returns:
the value of the 'Name' attribute.
See Also:
LibraryCallableExport.setName(String), BinPackage.getLibraryCallableExport_Name()

setName

public void setName(String newName)

Specified by:
setName in interface LibraryCallableExport
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
LibraryCallableExport.getName()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()


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.