Library | Package Java Toolkit

Interface IntfDataSource

package com.ptc.pfc.pfcModel;

public interface IntfDataSource
  extends jxobject



Description

Base class to several classes that represent the source of data from which to create an import feature.
Direct Known Subclasses:
IntfNeutral, IntfNeutralFile, IntfIges, IntfStep, IntfVDA, IntfICEM, IntfACIS, IntfDXF, IntfCDRS, IntfSTL, IntfVRML, IntfParaSolid, IntfAI, IntfCatiaPart, IntfUG, IntfProductView, IntfCatiaProduct, IntfCatiaCGR, IntfJT, IntfInventorPart, IntfInventorAsm, IntfIBL, IntfPTS, IntfSEdgePart, IntfSEdgeSheetmetal



Method Summary
StringGetFileName ()
    Get method for attribute "FileName"
    The name of the imported feature file.
IntfTypeGetType ()
    Returns a IntfType instance that indicates the type of the source of data from which the import feature will be created.
voidSetFileName (String value)
    Set method for attribute "FileName"
    The name of the imported feature file.

Method Detail

GetType

IntfTypeGetType ()


    Returns a IntfType instance that indicates the type of the source of data from which the import feature will be created.
Returns:
One of the static instances of IntfType (for example, INTF_NEUTRAL)


GetFileName/SetFileName

StringGetFileName ()
voidSetFileName (String value)


    The name of the imported feature file.