Library | File

Class wfcFeatureStatusFlag

# include <wfcFeature.h>

class wfcFeatureStatusFlag
 : public virtual xobject
{
    xdeclare(wfcFeatureStatusFlag)
    ...
};
This is a COMPACT class.



Description

Provides the feature status information.



Method Summary

xintGetFeatureId ()
Provides feature id.
xboolGetIsActive ()
Specifies an active feature.
xboolGetIsChildOfExternalFailed ()
Specifies that this feature is a child of an external failed feature.
xboolGetIsChildOfFailed ()
Specifies that this feature is a child of a failed feature
xboolGetIsFailed ()
Specifies that this feature failed regeneration.
xboolGetIsFamtabSuppressed ()
Specifies a feature suppressed due to the family table settings.
xboolGetIsInactive ()
Specifies an inactive feature.
xboolGetIsInvalid ()
If true, the feature status could not be retrieved.
xboolGetIsProgramSuppressed ()
Specifies a feature suppressed due to Pro/PROGRAM.
xboolGetIsSimprepSuppressed ()
Specifies a feature suppressed due to the simplified representation.
xboolGetIsSuppressed ()
Specifies a suppressed feature.
xboolGetIsUnregenerated ()
Specifies an active feature that has not yet been regenerated.



Method Detail

xintGetFeatureId ()

Provides feature id.




xboolGetIsInvalid ()

If true, the feature status could not be retrieved.

In this case other methods from this interface should not be used.




xboolGetIsInactive ()

Specifies an inactive feature.




xboolGetIsActive ()

Specifies an active feature.




xboolGetIsFamtabSuppressed ()

Specifies a feature suppressed due to the family table settings.




xboolGetIsSimprepSuppressed ()

Specifies a feature suppressed due to the simplified representation.




xboolGetIsProgramSuppressed ()

Specifies a feature suppressed due to Pro/PROGRAM.




xboolGetIsSuppressed ()

Specifies a suppressed feature.




xboolGetIsUnregenerated ()

Specifies an active feature that has not yet been regenerated.

This may be due to a regeneration failure, or if the feature status is obtained during the regeneration process.




xboolGetIsFailed ()

Specifies that this feature failed regeneration.




xboolGetIsChildOfFailed ()

Specifies that this feature is a child of a failed feature




xboolGetIsChildOfExternalFailed ()

Specifies that this feature is a child of an external failed feature.