Library | Package Java Toolkit

Interface SuppressOperation

package com.ptc.pfc.pfcFeature;

public interface SuppressOperation
  extends com.ptc.pfc.pfcFeature.FeatureOperation



Description

This class defines a suppress operation.



Method Summary
booleanGetAllowChildGroupMembers ()
    Get method for attribute "AllowChildGroupMembers"
    If true the children of feature, if members of a group, will be individually suppressed from their group. If false, then the group containing the feature's children will be also suppressed. This attribute can be set to true if and only if both SuppressOperation.GetClip(boolean) and SuppressOperation.GetAllowGroupMembers(boolean) are set to true. Default value is false.
booleanGetAllowGroupMembers ()
    Get method for attribute "AllowGroupMembers"
    If true the feature, if member of a group, will be individually suppressed from the group. If false, the group containing the feature will be also suppressed. This attribute can be set to true if and only if SuppressOperation.GetClip(boolean) is also set to true. Default value is false.
booleanGetClip ()
    Get method for attribute "Clip"
    A Boolean flag that specifies whether to suppress the selected feature and all the features that follow. Default value is false.
voidSetAllowChildGroupMembers (boolean value)
    Set method for attribute "AllowChildGroupMembers"
    If true the children of feature, if members of a group, will be individually suppressed from their group. If false, then the group containing the feature's children will be also suppressed. This attribute can be set to true if and only if both SuppressOperation.GetClip(boolean) and SuppressOperation.GetAllowGroupMembers(boolean) are set to true. Default value is false.
voidSetAllowGroupMembers (boolean value)
    Set method for attribute "AllowGroupMembers"
    If true the feature, if member of a group, will be individually suppressed from the group. If false, the group containing the feature will be also suppressed. This attribute can be set to true if and only if SuppressOperation.GetClip(boolean) is also set to true. Default value is false.
voidSetClip (boolean value)
    Set method for attribute "Clip"
    A Boolean flag that specifies whether to suppress the selected feature and all the features that follow. Default value is false.

Methods Inherited from Interface com.ptc.pfc.pfcFeature.FeatureOperation
GetOpFeature

Method Detail

GetClip/SetClip

booleanGetClip ()
voidSetClip (boolean value)


    A Boolean flag that specifies whether to suppress the selected feature and all the features that follow. Default value is false.
Manual References:
Features: Feature Operations, Features: Feature Operations



GetAllowGroupMembers/SetAllowGroupMembers

booleanGetAllowGroupMembers ()
voidSetAllowGroupMembers (boolean value)


    If true the feature, if member of a group, will be individually suppressed from the group. If false, the group containing the feature will be also suppressed. This attribute can be set to true if and only if SuppressOperation.GetClip(boolean) is also set to true. Default value is false.
Manual References:
Features: Feature Operations, Features: Feature Operations



GetAllowChildGroupMembers/SetAllowChildGroupMembers

booleanGetAllowChildGroupMembers ()
voidSetAllowChildGroupMembers (boolean value)


    If true the children of feature, if members of a group, will be individually suppressed from their group. If false, then the group containing the feature's children will be also suppressed. This attribute can be set to true if and only if both SuppressOperation.GetClip(boolean) and SuppressOperation.GetAllowGroupMembers(boolean) are set to true. Default value is false.
Manual References:
Features: Feature Operations, Features: Feature Operations