All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface CATIVpmAFLLink
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIVpmAFLLink
Interface for AFLLink objects.
Role: The interface provides functions for accessing AFLLink attributes.
Method Index
- o
Dump(char*)
- Dump the Link attributes.
- o
GetCreationDate(CATTime&)
- Get the creation date.
- o
GetFromAction(CATIVpmAFLAction_var&)
- Get the source Action of this Link.
- o
GetLastModifDate(CATTime&)
- Get the last modification date.
- o
GetLevel(long)
- Get the level of the Link.
- o
GetName(CATUnicodeString&)
- Get the name of the Link.
- o
GetToAction(CATIVpmAFLAction_var&)
- Get the target Action of this link.
- o
GetType(CATUnicodeString&)
- Get the Link type.
- o
GetValue(CATUnicodeString&,CORBAAny&)
- Get any attribute of a Link.
- o
SetLevel(long)
- Set the level of the Link.
- o
SetName(CATUnicodeString&)
- Set the name of the Link.
- o
SetValue(CATUnicodeString&,CORBAAny&)
- Set any attribute of a Link.
Methods
o Dump
| public virtual Dump( | | prefix) |
-
Dump the Link attributes.
- Parameters:
-
- iPrefix
- The prefix text for each output line.
o GetCreationDate
| public virtual GetCreationDate( | | oDate) |
-
Get the creation date.
- Parameters:
-
- oDate
o GetFromAction
| public virtual GetFromAction( | | oAction) |
-
Get the source Action of this Link.
- Parameters:
-
- oAction
o GetLastModifDate
| public virtual GetLastModifDate( | | oDate) |
-
Get the last modification date.
- Parameters:
-
- oDate
o GetLevel
| public virtual GetLevel( | | oLevel) |
-
Get the level of the Link.
- Parameters:
-
- oLevel
o GetName
| public virtual GetName( | | oName) |
-
Get the name of the Link.
- Parameters:
-
- oName
o GetToAction
| public virtual GetToAction( | | oAction) |
-
Get the target Action of this link.
- Parameters:
-
- oAction
o GetType
| public virtual GetType( | | oType) |
-
Get the Link type.
- Parameters:
-
- oType
o GetValue
| public virtual GetValue( | const | iAttr, |
| | oVal) |
-
Get any attribute of a Link.
- Parameters:
-
- iAttr
-
- oVal
o SetLevel
| public virtual SetLevel( | const | iLevel) |
-
Set the level of the Link.
- Parameters:
-
- iLevel
o SetName
| public virtual SetName( | const | iName) |
-
Set the name of the Link.
- Parameters:
-
- iName
o SetValue
| public virtual SetValue( | const | iAttr, |
| const | iVal) |
-
Set any attribute of a Link.
- Parameters:
-
- iAttr
-
- iVal
This object is included in the file: CATIVpmAFLLink.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces