Rational Developer for i
7.5.0

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

java.lang.Object
  extended by EObjectImpl
      extended by com.ibm.etools.systems.app.model.impl.ArtifactImpl
          extended by com.ibm.etools.systems.app.model.bin.impl.BinaryArtifactImpl
All Implemented Interfaces:
Artifact, BinaryArtifact
Direct Known Subclasses:
ExecutableImpl, LibraryImpl

public class BinaryArtifactImpl
extends ArtifactImpl
implements BinaryArtifact

An implementation of the model object 'Binary Artifact'.

The following features are implemented:


Field Summary
static String copyright
           
protected  EList modules
          The cached value of the 'Modules' containment reference list.
 
Fields inherited from class com.ibm.etools.systems.app.model.impl.ArtifactImpl
external, EXTERNAL_EDEFAULT, location, LOCATION_EDEFAULT, name, NAME_EDEFAULT, subtype, SUBTYPE_EDEFAULT, type, TYPE_EDEFAULT, version, VERSION_EDEFAULT
 
Constructor Summary
protected BinaryArtifactImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 List<Library> getBindings()
          Retrieves all Libraries that this BinaryArtifact is bound to.
 EList getModules()
           
 
Methods inherited from class com.ibm.etools.systems.app.model.impl.ArtifactImpl
equals, getLocation, getName, getSubtype, getType, getVersion, isExternal, setExternal, setLocation, setName, setSubtype, setType, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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

public static final String copyright

See Also:
Constant Field Values

modules

protected EList modules
The cached value of the 'Modules' containment reference list.

See Also:
getModules()
Constructor Detail

BinaryArtifactImpl

protected BinaryArtifactImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ArtifactImpl

getModules

public EList getModules()

Specified by:
getModules in interface BinaryArtifact
Returns:
the value of the 'Modules' containment reference list.
See Also:
BinPackage.getBinaryArtifact_Modules(), BoundModule.getBinaryContainer()

eInverseAdd

public NotificationChain eInverseAdd(InternalEObject otherEnd,
                                     int featureID,
                                     NotificationChain msgs)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

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

Overrides:
eGet in class ArtifactImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Overrides:
eSet in class ArtifactImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class ArtifactImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class ArtifactImpl

getBindings

public List<Library> getBindings()
Retrieves all Libraries that this BinaryArtifact is bound to.

Specified by:
getBindings in interface BinaryArtifact
See Also:
BinaryArtifact.getBindings()

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.