Library | Package Java Toolkit

Interface DetailGroupInstructions

package com.ptc.pfc.pfcDetail;

public interface DetailGroupInstructions
  extends com.ptc.pfc.pfcDetail.DetailCreateInstructions



Description

This interface contains information used to describe a detail group item. It may be used when creating detail groups (DetailItemOwner.CreateDetailItem(DetailCreateInstructions)), or accessing existing groups (DetailGroupItem.Modify(DetailGroupInstructions) and DetailGroupItem.GetInstructions()).



Method Summary
DetailItemsGetElements ()
    Get method for attribute "Elements"
    Sequence of detail items contained in the group.
/*optional*/ BooleanGetIsDisplayed ()
    Get method for attribute "IsDisplayed"
    true if the group is displayed in the drawing, otherwise false.
StringGetName ()
    Get method for attribute "Name"
    The name of the detail group.
voidSetElements (DetailItems value)
    Set method for attribute "Elements"
    Sequence of detail items contained in the group.
voidSetIsDisplayed ( /*optional*/ Boolean value)
    Set method for attribute "IsDisplayed"
    true if the group is displayed in the drawing, otherwise false.
voidSetName (String value)
    Set method for attribute "Name"
    The name of the detail group.

Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailCreateInstructions
GetType, GetId

Method Detail

GetName/SetName

StringGetName ()
voidSetName (String value)


    The name of the detail group.
Manual References:
Drawings: Instructions, Drawings: Instructions, Drawings: Instructions, Drawings: Instructions



GetElements/SetElements

DetailItemsGetElements ()
voidSetElements (DetailItems value)


    Sequence of detail items contained in the group.

Exceptions thrown (but not limited to):

XToolkitInvalidType - Invalid type of one of item.

XToolkitOutOfMemory - Not enough memory.

XToolkitNotFound - The group does not contain any items.


Manual References:
Drawings: Instructions, Drawings: Instructions, Drawings: Instructions, Drawings: Instructions



GetIsDisplayed/SetIsDisplayed

/*optional*/ BooleanGetIsDisplayed ()
voidSetIsDisplayed ( /*optional*/ Boolean value)


    true if the group is displayed in the drawing, otherwise false.
Manual References:
Drawings: Instructions, Drawings: Instructions, Drawings: Instructions