IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.vps
Interface VPContentHost

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

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

A representation of the model object 'VP Content Host'.

The following features are supported:

See Also:
VpsPackage.getVPContentHost()

Method Summary
 VPContent getContentVP()
          Returns the value of the 'Content VP' containment reference
 void setContentVP(VPContent value)
          Sets the value of the 'Content VP' containment reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getContentVP

VPContent getContentVP()
Returns the value of the 'Content VP' containment reference.

If the meaning of the 'Content VP' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content VP' containment reference.
See Also:
VPContentHost.setContentVP(VPContent), VpsPackage.getVPContentHost_ContentVP()

setContentVP

void setContentVP(VPContent value)
Sets the value of the 'Content VP' containment reference.

Parameters:
value - the new value of the 'Content VP' containment reference.
See Also:
VPContentHost.getContentVP()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.