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
-
Get the creation date.
- Parameters:
-
- oDate
o GetDataValue
-
Get the value of the Data.
- Parameters:
-
- oValue
o GetDescription
-
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
-
Get the last modification date.
- Parameters:
-
- oDate
o GetName
-
Get the name of the Data.
- Parameters:
-
- iName
o SetDataValue
-
Set a value as a string to the Data.
- Parameters:
-
- iValue
o SetDescription
-
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
-
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