Library | Package Java Toolkit

Interface ConnectorParamsImportInstructions

package com.ptc.pfc.pfcModel;

public interface ConnectorParamsImportInstructions
  extends com.ptc.pfc.pfcModel.ImportInstructions



Description

This class specifies instructions used to import parameters of a connector from a file.



Method Summary
intseqGetMembIdTab ()
    Get method for attribute "MembIdTab"
    A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.
voidSetMembIdTab (intseq value)
    Set method for attribute "MembIdTab"
    A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.

Methods Inherited from Interface com.ptc.pfc.pfcModel.ImportInstructions
GetFileType

Method Detail

GetMembIdTab/SetMembIdTab

intseqGetMembIdTab ()
voidSetMembIdTab (intseq value)


    A member identifier table, a sequence of integers that identify the components that form the path from the root assembly down to the component part or assembly being referred to.