Rational Developer for i
7.5.0

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

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
              extended by com.ibm.etools.systems.app.model.bin.impl.ExecutableImpl
All Implemented Interfaces:
Artifact, BinaryArtifact, Executable, IDebuggable

public class ExecutableImpl
extends BinaryArtifactImpl
implements Executable

An implementation of the model object 'Executable'.


Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.systems.app.model.bin.impl.BinaryArtifactImpl
modules
 
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 ExecutableImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 boolean isDebuggable()
          Returns if an excutable is debuggable.
 
Methods inherited from class com.ibm.etools.systems.app.model.bin.impl.BinaryArtifactImpl
eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eUnset, getBindings, 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.bin.BinaryArtifact
getBindings, getModules
 
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
Constructor Detail

ExecutableImpl

protected ExecutableImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class BinaryArtifactImpl

isDebuggable

public boolean isDebuggable()
Returns if an excutable is debuggable. It is from the interface of IDebuggable.

Specified by:
isDebuggable in interface IDebuggable
Returns:
if an excutable is debuggable.

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.