Library | Package Java Toolkit

Interface FeatureStatusFlag

package com.ptc.wfc.wfcFeature;

public interface FeatureStatusFlag
  extends jxobject



Description

Provides the feature status information.



Method Summary
intGetFeatureId ()
    Get method for attribute "FeatureId"
    Provides feature id.
booleanGetIsActive ()
    Get method for attribute "IsActive"
    Specifies an active feature.
booleanGetIsChildOfExternalFailed ()
    Get method for attribute "IsChildOfExternalFailed"
     Specifies that this feature is a child of an external failed feature.
booleanGetIsChildOfFailed ()
    Get method for attribute "IsChildOfFailed"
    Specifies that this feature is a child of a failed feature
booleanGetIsFailed ()
    Get method for attribute "IsFailed"
    Specifies that this feature failed regeneration.
booleanGetIsFamtabSuppressed ()
    Get method for attribute "IsFamtabSuppressed"
    Specifies a feature suppressed due to the family table settings.
booleanGetIsInactive ()
    Get method for attribute "IsInactive"
    Specifies an inactive feature.
booleanGetIsInvalid ()
    Get method for attribute "IsInvalid"
    If true, the feature status could not be retrieved.
booleanGetIsProgramSuppressed ()
    Get method for attribute "IsProgramSuppressed"
    Specifies a feature suppressed due to Pro/PROGRAM.
booleanGetIsSimprepSuppressed ()
    Get method for attribute "IsSimprepSuppressed"
    Specifies a feature suppressed due to the simplified representation.
booleanGetIsSuppressed ()
    Get method for attribute "IsSuppressed"
    Specifies a suppressed feature.
booleanGetIsUnregenerated ()
    Get method for attribute "IsUnregenerated"
    Specifies an active feature that has not yet been regenerated.

Method Detail

GetFeatureId

intGetFeatureId ()


    Provides feature id.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsInvalid

booleanGetIsInvalid ()


    If true, the feature status could not be retrieved.

In this case other methods from this interface should not be used.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsInactive

booleanGetIsInactive ()


    Specifies an inactive feature.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsActive

booleanGetIsActive ()


    Specifies an active feature.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsFamtabSuppressed

booleanGetIsFamtabSuppressed ()


    Specifies a feature suppressed due to the family table settings.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsSimprepSuppressed

booleanGetIsSimprepSuppressed ()


    Specifies a feature suppressed due to the simplified representation.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsProgramSuppressed

booleanGetIsProgramSuppressed ()


    Specifies a feature suppressed due to Pro/PROGRAM.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsSuppressed

booleanGetIsSuppressed ()


    Specifies a suppressed feature.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsUnregenerated

booleanGetIsUnregenerated ()


    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.
Manual References:
Features: Feature Inquiry



GetIsFailed

booleanGetIsFailed ()


    Specifies that this feature failed regeneration.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsChildOfFailed

booleanGetIsChildOfFailed ()


    Specifies that this feature is a child of a failed feature
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry



GetIsChildOfExternalFailed

booleanGetIsChildOfExternalFailed ()


     Specifies that this feature is a child of an external failed feature.
Manual References:
Features: Feature Inquiry, Features: Feature Inquiry