IBM Rational Software Modeler
Release 6.0

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

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

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

A representation of the model object ' Context Ref'. xmi:ordered=true property order is (these are role names) 1. activity

The following features are supported:

See Also:
DefaultprofilePackage.getContextRef()

Method Summary
 org.eclipse.emf.common.util.EList getActivity()
          Returns the value of the 'Activity' containment reference list.
 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

getActivity

public org.eclipse.emf.common.util.EList getActivity()
Returns the value of the 'Activity' containment reference list. The list contents are of type Activity.

Returns:
the value of the 'Activity' containment reference list.
See Also:
DefaultprofilePackage.getContextRef_Activity()

getContext

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

Returns:
the value of the 'Context' reference.
See Also:
setContext(Context), DefaultprofilePackage.getContextRef_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.