Library | Package Java Toolkit

Interface SimpRepInstructions

package com.ptc.pfc.pfcSimpRep;

public interface SimpRepInstructions
  extends jxobject



Description

Base class to classes containing the data required to define a simplified representation.
Direct Known Subclasses:
RetrieveExistingSimpRepInstructions, CreateNewSimpRepInstructions



Method Summary
SimpRepActionTypeGetDefaultAction ()
    Get method for attribute "DefaultAction"
    Type of the action (SIMPREP_INCLUDE or SIMPREP_EXCLUDE).
booleanGetIsTemporary ()
    Get method for attribute "IsTemporary"
    Is the representation temporary true or not false.
/*optional*/ SimpRepItemsGetItems ()
    Get method for attribute "Items"
    An array of actions to apply to the components or features in this simplified representation.
voidSetDefaultAction (SimpRepActionType value)
    Set method for attribute "DefaultAction"
    Type of the action (SIMPREP_INCLUDE or SIMPREP_EXCLUDE).
voidSetIsTemporary (boolean value)
    Set method for attribute "IsTemporary"
    Is the representation temporary true or not false.
voidSetItems ( /*optional*/ SimpRepItems value)
    Set method for attribute "Items"
    An array of actions to apply to the components or features in this simplified representation.

Method Detail

GetIsTemporary/SetIsTemporary

booleanGetIsTemporary ()
voidSetIsTemporary (boolean value)


    Is the representation temporary true or not false.
Manual References:
Simplified Representations: Extracting Information About Simplified Representations, Simplified Representations: Extracting Information About Simplified Representations, Simplified Representations: Modifying Simplified Representations



GetDefaultAction/SetDefaultAction

SimpRepActionTypeGetDefaultAction ()
voidSetDefaultAction (SimpRepActionType value)


    Type of the action (SIMPREP_INCLUDE or SIMPREP_EXCLUDE).
Manual References:
Simplified Representations: Extracting Information About Simplified Representations, Simplified Representations: Extracting Information About Simplified Representations, Simplified Representations: Modifying Simplified Representations



GetItems/SetItems

/*optional*/ SimpRepItemsGetItems ()
voidSetItems ( /*optional*/ SimpRepItems value)


    An array of actions to apply to the components or features in this simplified representation.
Manual References:
Simplified Representations: Extracting Information About Simplified Representations, Simplified Representations: Extracting Information About Simplified Representations, Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation, Simplified Representations: Adding Items to and Deleting Items from a Simplified Representation