Library | Package Java Toolkit

Interface SimpRepItem

package com.ptc.pfc.pfcSimpRep;

public interface SimpRepItem
  extends jxobject



Description

Defines the status of the component or feature in a simplified representation.



Method Summary
/*optional*/ SimpRepActionGetAction ()
    Get method for attribute "Action"
    Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.
SimpRepItemPathGetItemPath ()
    Get method for attribute "ItemPath"
    Specifies the simplified representation item.
voidSetAction ( /*optional*/ SimpRepAction value)
    Set method for attribute "Action"
    Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.
voidSetItemPath (SimpRepItemPath value)
    Set method for attribute "ItemPath"
    Specifies the simplified representation item.

Method Detail

GetItemPath/SetItemPath

SimpRepItemPathGetItemPath ()
voidSetItemPath (SimpRepItemPath value)


    Specifies the simplified representation item.



GetAction/SetAction

/*optional*/ SimpRepActionGetAction ()
voidSetAction ( /*optional*/ SimpRepAction value)


    Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.