Library | Package Java Toolkit

Interface CableParamsImportInstructions

package com.ptc.pfc.pfcModel;

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



Description

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



Method Summary
StringGetCableName ()
    Get method for attribute "CableName"
    The name of the imported cable file.
ModelGetHarness ()
    Get method for attribute "Harness"
    A harness model referenced by the assembly.
voidSetCableName (String value)
    Set method for attribute "CableName"
    The name of the imported cable file.
voidSetHarness (Model value)
    Set method for attribute "Harness"
    A harness model referenced by the assembly.

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

Method Detail

GetHarness/SetHarness

ModelGetHarness ()
voidSetHarness (Model value)


    A harness model referenced by the assembly.



GetCableName/SetCableName

StringGetCableName ()
voidSetCableName (String value)


    The name of the imported cable file.