Library | Package Java Toolkit

Interface SimpRepAction

package com.ptc.pfc.pfcSimpRep;

public interface SimpRepAction
  extends jxobject



Description

Base class to classes that specify the action (exclude, include, substitute, etc.) to apply to the simplified representation items.
Direct Known Subclasses:
SimpRepReverse, SimpRepInclude, SimpRepExclude, SimpRepSubstitute, SimpRepNone, SimpRepGeom, SimpRepGraphics, SimpRepSymb, SimpRepDefaultEnvelope, SimpRepBoundBox, SimpRepLightWeightGraphics, SimpRepAutomatic



Method Summary
SimpRepActionTypeGetType ()
    Reterns a SimpRepActionType enum value that indicates the type of the action.

Method Detail

GetType

SimpRepActionTypeGetType ()


    Reterns a SimpRepActionType enum value that indicates the type of the action.
Returns:
One of the static instances of SimpRepActionType,for example SIMPREP_REVERSE.