| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetFeatureId
()
Get method for attribute "FeatureId" Provides feature id. |
| boolean | GetIsActive
()
Get method for attribute "IsActive" Specifies an active feature. |
| boolean | GetIsChildOfExternalFailed
()
Get method for attribute "IsChildOfExternalFailed" Specifies that this feature is a child of an external failed feature. |
| boolean | GetIsChildOfFailed
()
Get method for attribute "IsChildOfFailed" Specifies that this feature is a child of a failed feature |
| boolean | GetIsFailed
()
Get method for attribute "IsFailed" Specifies that this feature failed regeneration. |
| boolean | GetIsFamtabSuppressed
()
Get method for attribute "IsFamtabSuppressed" Specifies a feature suppressed due to the family table settings. |
| boolean | GetIsInactive
()
Get method for attribute "IsInactive" Specifies an inactive feature. |
| boolean | GetIsInvalid
()
Get method for attribute "IsInvalid" If true, the feature status could not be retrieved. |
| boolean | GetIsProgramSuppressed
()
Get method for attribute "IsProgramSuppressed" Specifies a feature suppressed due to Pro/PROGRAM. |
| boolean | GetIsSimprepSuppressed
()
Get method for attribute "IsSimprepSuppressed" Specifies a feature suppressed due to the simplified representation. |
| boolean | GetIsSuppressed
()
Get method for attribute "IsSuppressed" Specifies a suppressed feature. |
| boolean | GetIsUnregenerated
()
Get method for attribute "IsUnregenerated" Specifies an active feature that has not yet been regenerated. |
| Method Detail |
|---|
| GetFeatureId |
|---|
| int | GetFeatureId | () |
Provides feature id.
|
| GetIsInvalid |
|---|
| boolean | GetIsInvalid | () |
| If true, the feature status could not be retrieved. In this case other methods from this interface should not be used.
|
| GetIsInactive |
|---|
| boolean | GetIsInactive | () |
Specifies an inactive feature.
|
| GetIsActive |
|---|
| boolean | GetIsActive | () |
Specifies an active feature.
|
| GetIsFamtabSuppressed |
|---|
| boolean | GetIsFamtabSuppressed | () |
Specifies a feature suppressed due to the family table settings.
|
| GetIsSimprepSuppressed |
|---|
| boolean | GetIsSimprepSuppressed | () |
Specifies a feature suppressed due to the simplified representation.
|
| GetIsProgramSuppressed |
|---|
| boolean | GetIsProgramSuppressed | () |
Specifies a feature suppressed due to Pro/PROGRAM.
|
| GetIsSuppressed |
|---|
| boolean | GetIsSuppressed | () |
Specifies a suppressed feature.
|
| GetIsUnregenerated |
|---|
| boolean | GetIsUnregenerated | () |
| 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.
|
| GetIsFailed |
|---|
| boolean | GetIsFailed | () |
Specifies that this feature failed regeneration.
|
| GetIsChildOfFailed |
|---|
| boolean | GetIsChildOfFailed | () |
Specifies that this feature is a child of a failed feature
|
| GetIsChildOfExternalFailed |
|---|
| boolean | GetIsChildOfExternalFailed | () |
Specifies that this feature is a child of an external failed feature.
|