All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface CATIVpmAFLData

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

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


interface CATIVpmAFLData

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


Method Index


o Dump(char*)
Dump the Data attributes.
o GetCreationDate(CATTime&)
Get the creation date.
o GetDataValue(CATUnicodeString&)
Get the value of the Data.
o GetDescription(CATUnicodeString&)
Get the description of the Data.
o GetIdentifier(SEQUENCE(octet)&)
Get the binary reference to the actual Data object.
o GetLastModifDate(CATTime&)
Get the last modification date.
o GetName(CATUnicodeString&)
Get the name of the Data.
o SetDataValue(CATUnicodeString&)
Set a value as a string to the Data.
o SetDescription(CATUnicodeString&)
Set the description of the Data.
o SetIdentifier(SEQUENCE(octet)&)
Set the binary reference to the actual Data object.
o SetName(CATUnicodeString&)
Set the name of the Data.

Methods


o Dump
public virtual HRESULT Dump(char* prefix)=0
Dump the Data attributes.
Parameters:
iPrefix
The prefix text for each output line.
o GetCreationDate
public virtual HRESULT GetCreationDate(CATTime& oDate)=0
Get the creation date.
Parameters:
oDate
o GetDataValue
public virtual HRESULT GetDataValue(CATUnicodeString& oValue)=0
Get the value of the Data.
Parameters:
oValue
o GetDescription
public virtual HRESULT GetDescription(CATUnicodeString& oDesc)=0
Get the description of the Data.
Parameters:
oDesc
o GetIdentifier
public virtual HRESULT GetIdentifier(SEQUENCE(octet)& oRef)=0
Get the binary reference to the actual Data object.
Parameters:
oRef
o GetLastModifDate
public virtual HRESULT GetLastModifDate(CATTime& oDate)=0
Get the last modification date.
Parameters:
oDate
o GetName
public virtual HRESULT GetName(CATUnicodeString& oName)=0
Get the name of the Data.
Parameters:
iName
o SetDataValue
public virtual HRESULT SetDataValue( const CATUnicodeString& iValue)=0
Set a value as a string to the Data.
Parameters:
iValue
o SetDescription
public virtual HRESULT SetDescription( const CATUnicodeString& iDesc)=0
Set the description of the Data.
Parameters:
iDesc
o SetIdentifier
public virtual HRESULT SetIdentifier( const SEQUENCE(octet)& iRef)=0
Set the binary reference to the actual Data object.
Parameters:
iRef
o SetName
public virtual HRESULT SetName( const CATUnicodeString& iName)=0
Set the name of the Data.
Parameters:
iName

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

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