All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface CATIVpmAFLResp

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIVpmAFLResp
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIVpmAFLResp

Interface for AFLResp objects.
Role: The interface provides functions for accessing AFLResp attributes.


Method Index


o Dump(char*)
Dump the Responsible attributes.
o GetDescription(CATUnicodeString&)
Get the description of this Responsible.
o GetRelatedAction(CATIVpmAFLAction_var&)
Get the Action this Responsible is associated with.
o GetStatus(CATUnicodeString&)
Get the status of this Responsible.
o SetDescription(CATUnicodeString&)
Set a description of this Responsible.

Methods


o Dump
public virtual HRESULT Dump(char* prefix)=0
Dump the Responsible attributes.
Parameters:
iPrefix
The prefix text for each output line.
o GetDescription
public virtual HRESULT GetDescription(CATUnicodeString& oDesc)=0
Get the description of this Responsible.
Parameters:
oDesc
o GetRelatedAction
public virtual HRESULT GetRelatedAction(CATIVpmAFLAction_var& oAction)=0
Get the Action this Responsible is associated with.
Parameters:
oAction
o GetStatus
public virtual HRESULT GetStatus(CATUnicodeString& oStatus)=0
Get the status of this Responsible.
Parameters:
oStatus
o SetDescription
public virtual HRESULT SetDescription( const CATUnicodeString& iDesc)=0
Set a description of this Responsible.
Parameters:
iDesc

This object is included in the file: CATIVpmAFLResp.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.