AfrFoundation CATAfrCommandHeaderStartInfo

Usage: you must use this class as is. You should never derive it.


public class CATAfrCommandHeaderStartInfo

Class containing informations to start a command.

Role: An instance of this class contains a command header identifier and an argument list that may be used to start a command.
This is very useful for class.


Constructor and Destructor Index


o CATAfrCommandHeaderStartInfo()
Constructs a command header start information.
o CATAfrCommandHeaderStartInfo(CATAfrCommandHeaderStartInfo&)
Constructs a command header start information from another one.
o ~CATAfrCommandHeaderStartInfo()

Method Index


o GetArgumentList()
Get the command header argument list.
o GetHeaderID()
Get the command header identifier.
o SetHeaderID(CATString&)
Set the command header identifier.
o operator=(CATAfrCommandHeaderStartInfo&)
Enables equal operator between two ommand header start information instances.

Constructor and Destructor


o CATAfrCommandHeaderStartInfo
public CATAfrCommandHeaderStartInfo()
Constructs a command header start information.
o CATAfrCommandHeaderStartInfo
public CATAfrCommandHeaderStartInfo( const )
Constructs a command header start information from another one.
o ~CATAfrCommandHeaderStartInfo
public virtual ~CATAfrCommandHeaderStartInfo()

Methods


o GetArgumentList
public GetArgumentList()
Get the command header argument list.
Returns:
The argument list.
o GetHeaderID
public GetHeaderID()
Get the command header identifier.
Returns:
The identifier.
o SetHeaderID
public SetHeaderID( const iHeaderID)
Set the command header identifier.
Parameters:
The
identifier.
o operator=
public operator=( const )
Enables equal operator between two ommand header start information instances.

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

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.