All Frameworks Class Hierarchy This Framework Previous Next Indexes
VPMInterfaces Interface CATICfgVariabilitySpace
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATICfgVariabilitySpace
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICfgVariabilitySpace
Interface to manage Variability Space object.
Role: A Variability Space Object is design to give direct access to
- Predifined Query
- Predifined Effectivity
- Categories and their associated specifications
Method Index
- o
GetConfigurable(CATIConfigurable_var&)
- Get the Variability Space Configurable.
- o
GetConfigurableObject(CATIConfigurableObject_var&)
- Get the Variability Space Configurable.
- o
GetName(CATUnicodeString&)
- Get the Variability Space name.
- o
GetStatus(CATUnicodeString&)
- Get the Variability Space Status.
Methods
o GetConfigurable
public virtual HRESULT GetConfigurable( | CATIConfigurable_var& | out_Configurable) const = 0 |
-
Get the Variability Space Configurable.
- Parameters:
-
- out_Configurable
- Configurable associated to the Variability Space
o GetConfigurableObject
public virtual HRESULT GetConfigurableObject( | CATIConfigurableObject_var& | out_Status) const = 0 |
-
Get the Variability Space Configurable.
- Parameters:
-
- out_Configurable
- Configurable associated to the Variability Space
o GetName
-
Get the Variability Space name.
- Parameters:
-
- out_Name
- Name of the Variability Space
o GetStatus
-
Get the Variability Space Status.
- Parameters:
-
- out_Name
- Status of the Variability Space
This object is included in the file: CATICfgVariabilitySpace.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces