Library | Package Java Toolkit

Interface WDetailSymbolGroup

package com.ptc.wfc.wfcDetail;

public interface WDetailSymbolGroup
  extends com.ptc.pfc.pfcDetail.DetailSymbolGroup



Description

 



Method Summary
voidAddItem (DetailItem Item)
    Adds an item to the symbolic group data.

Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailSymbolGroup
GetParentGroup, GetParentDefinition, ListChildren, GetInstructions, Modify, Delete

Method Detail

AddItem

voidAddItem (DetailItem Item)


    Adds an item to the symbolic group data.
Parameters:
Item
The item (detail entity or note). This item must belong to the symbol definition.
Returns: