IBM Rational Software Modeler
Release 6.0

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

All Superinterfaces:
EObject, Notifier

public interface ArtifactContext
extends EObject

A representation of the model object ' Artifact Context'. An ArtifactContext> element associates a Context to an Artifact.

The following features are supported:

See Also:
DefaultprofilePackage.getArtifactContext()

Method Summary
 Context getContext()
          Returns the value of the 'Context' reference.
 void setContext(Context value)
          Sets the value of the ' Context' reference.
 
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

getContext

public Context getContext()
Returns the value of the 'Context' reference.

Returns:
the value of the 'Context' reference.
See Also:
setContext(Context), DefaultprofilePackage.getArtifactContext_Context()

setContext

public void setContext(Context value)
Sets the value of the ' Context' reference.

Parameters:
value - the new value of the 'Context' reference.
See Also:
getContext()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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