com.ibm.etools.systems.app.model.bin.impl
Class ExecutableImpl
java.lang.Object
EObjectImpl
com.ibm.etools.systems.app.model.impl.ArtifactImpl
com.ibm.etools.systems.app.model.bin.impl.BinaryArtifactImpl
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'.
| 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 |
| 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 interface com.ibm.etools.systems.app.model.Artifact |
getLocation, getName, getSubtype, getType, getVersion, isExternal, setExternal, setLocation, setName, setSubtype, setType, setVersion |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
ExecutableImpl
protected ExecutableImpl()
-
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.
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.