IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.defauld.defaultprofile
Interface RelatedAsset

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface RelatedAsset
extends org.eclipse.emf.ecore.EObject

A representation of the model object ' Related Asset'. xmi:contentType=mixed

The following features are supported:

See Also:
DefaultprofilePackage.getRelatedAsset()

Method Summary
 String getAssetId()
          Returns the value of the 'Asset Id' attribute.
 Description getDescription()
          Returns the value of the 'Description' containment reference.
 String getName()
          Returns the value of the 'Name' attribute.
 Artifact getReference()
          Returns the value of the 'Reference' reference.
 String getRelationshipType()
          Returns the value of the 'Relationship Type' attribute.
 void setAssetId(String value)
          Sets the value of the ' Asset Id' attribute.
 void setDescription(Description value)
          Sets the value of the ' Description' containment reference.
 void setName(String value)
          Sets the value of the ' Name' attribute.
 void setReference(Artifact value)
          Sets the value of the ' Reference' reference.
 void setRelationshipType(String value)
          Sets the value of the ' Relationship Type' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

public String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DefaultprofilePackage.getRelatedAsset_Name()

setName

public void setName(String value)
Sets the value of the ' Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getRelationshipType

public String getRelationshipType()
Returns the value of the 'Relationship Type' attribute. OPTIONAL

Returns:
the value of the 'Relationship Type' attribute.
See Also:
setRelationshipType(String), DefaultprofilePackage.getRelatedAsset_RelationshipType()

setRelationshipType

public void setRelationshipType(String value)
Sets the value of the ' Relationship Type' attribute.

Parameters:
value - the new value of the 'Relationship Type' attribute.
See Also:
getRelationshipType()

getAssetId

public String getAssetId()
Returns the value of the 'Asset Id' attribute.

Returns:
the value of the 'Asset Id' attribute.
See Also:
setAssetId(String), DefaultprofilePackage.getRelatedAsset_AssetId()

setAssetId

public void setAssetId(String value)
Sets the value of the ' Asset Id' attribute.

Parameters:
value - the new value of the 'Asset Id' attribute.
See Also:
getAssetId()

getDescription

public Description getDescription()
Returns the value of the 'Description' containment reference.

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(Description), DefaultprofilePackage.getRelatedAsset_Description()

setDescription

public void setDescription(Description value)
Sets the value of the ' Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()

getReference

public Artifact getReference()
Returns the value of the 'Reference' reference.

Returns:
the value of the 'Reference' reference.
See Also:
setReference(Artifact), DefaultprofilePackage.getRelatedAsset_Reference()

setReference

public void setReference(Artifact value)
Sets the value of the ' Reference' reference.

Parameters:
value - the new value of the 'Reference' reference.
See Also:
getReference()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.