All Frameworks  Class Hierarchy  This Framework  Indexes   

VPMInterfaces Interface 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 Dump( prefix)
Dump the Data attributes.
Parameters:
iPrefix
The prefix text for each output line.
o GetCreationDate
public virtual GetCreationDate( oDate)
Get the creation date.
Parameters:
oDate
o GetDataValue
public virtual GetDataValue( oValue)
Get the value of the Data.
Parameters:
oValue
o GetDescription
public virtual GetDescription( oDesc)
Get the description of the Data.
Parameters:
oDesc
o GetIdentifier
public virtual GetIdentifier( oRef)
Get the binary reference to the actual Data object.
Parameters:
oRef
o GetLastModifDate
public virtual GetLastModifDate( oDate)
Get the last modification date.
Parameters:
oDate
o GetName
public virtual GetName( oName)
Get the name of the Data.
Parameters:
iName
o SetDataValue
public virtual SetDataValue( const iValue)
Set a value as a string to the Data.
Parameters:
iValue
o SetDescription
public virtual SetDescription( const iDesc)
Set the description of the Data.
Parameters:
iDesc
o SetIdentifier
public virtual SetIdentifier( const iRef)
Set the binary reference to the actual Data object.
Parameters:
iRef
o SetName
public virtual SetName( const iName)
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.