|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object EObjectImpl com.ibm.etools.systems.app.model.impl.ArtifactImpl
public class ArtifactImpl
An implementation of the model object 'Artifact'.
The following features are implemented:
Field Summary | |
---|---|
static String |
copyright
|
protected boolean |
external
The cached value of the ' External ' attribute. |
protected static boolean |
EXTERNAL_EDEFAULT
The default value of the ' External ' attribute. |
protected String |
location
The cached value of the ' Location ' attribute. |
protected static String |
LOCATION_EDEFAULT
The default value of the ' Location ' attribute. |
protected String |
name
The cached value of the ' Name ' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the ' Name ' attribute. |
protected String |
subtype
The cached value of the ' Subtype ' attribute. |
protected static String |
SUBTYPE_EDEFAULT
The default value of the ' Subtype ' attribute. |
protected String |
type
The cached value of the ' Type ' attribute. |
protected static String |
TYPE_EDEFAULT
The default value of the ' Type ' attribute. |
protected String |
version
The cached value of the ' Version ' attribute. |
protected static String |
VERSION_EDEFAULT
The default value of the ' Version ' attribute. |
Constructor Summary | |
---|---|
protected |
ArtifactImpl()
|
Method Summary | |
---|---|
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 |
getLocation()
|
String |
getName()
|
String |
getSubtype()
|
String |
getType()
|
String |
getVersion()
|
boolean |
isExternal()
|
void |
setExternal(boolean newExternal)
|
void |
setLocation(String newLocation)
|
void |
setName(String newName)
|
void |
setSubtype(String newSubtype)
|
void |
setType(String newType)
|
void |
setVersion(String newVersion)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String copyright
protected static final String NAME_EDEFAULT
Name
' attribute.
getName()
protected String name
Name
' attribute.
getName()
protected static final String TYPE_EDEFAULT
Type
' attribute.
getType()
protected String type
Type
' attribute.
getType()
protected static final String SUBTYPE_EDEFAULT
Subtype
' attribute.
getSubtype()
protected String subtype
Subtype
' attribute.
getSubtype()
protected static final String VERSION_EDEFAULT
Version
' attribute.
getVersion()
protected String version
Version
' attribute.
getVersion()
protected static final boolean EXTERNAL_EDEFAULT
External
' attribute.
isExternal()
,
Constant Field Valuesprotected boolean external
External
' attribute.
isExternal()
protected static final String LOCATION_EDEFAULT
Location
' attribute.
getLocation()
protected String location
Location
' attribute.
getLocation()
Constructor Detail |
---|
protected ArtifactImpl()
Method Detail |
---|
protected EClass eStaticClass()
public String getName()
getName
in interface Artifact
Artifact.setName(String)
,
ModelPackage.getArtifact_Name()
public void setName(String newName)
setName
in interface Artifact
newName
- the new value of the 'Name' attribute.Artifact.getName()
public String getType()
getType
in interface Artifact
Artifact.setType(String)
,
ModelPackage.getArtifact_Type()
public void setType(String newType)
setType
in interface Artifact
newType
- the new value of the 'Type' attribute.Artifact.getType()
public String getSubtype()
getSubtype
in interface Artifact
Artifact.setSubtype(String)
,
ModelPackage.getArtifact_Subtype()
public void setSubtype(String newSubtype)
setSubtype
in interface Artifact
newSubtype
- the new value of the 'Subtype' attribute.Artifact.getSubtype()
public String getVersion()
getVersion
in interface Artifact
Artifact.setVersion(String)
,
ModelPackage.getArtifact_Version()
public void setVersion(String newVersion)
setVersion
in interface Artifact
newVersion
- the new value of the 'Version' attribute.Artifact.getVersion()
public boolean isExternal()
isExternal
in interface Artifact
Artifact.setExternal(boolean)
,
ModelPackage.getArtifact_External()
public void setExternal(boolean newExternal)
setExternal
in interface Artifact
newExternal
- the new value of the 'External' attribute.Artifact.isExternal()
public String getLocation()
getLocation
in interface Artifact
Artifact.setLocation(String)
,
ModelPackage.getArtifact_Location()
public void setLocation(String newLocation)
setLocation
in interface Artifact
newLocation
- the new value of the 'Location' attribute.Artifact.getLocation()
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |