API Documentation > Interfaces > Interface IntfDataSource
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:
User Guide References:
Method Summary
String
Get method for attribute "FileName"
The name of the imported feature file.
Returns aIntfType instance that indicates the type of the source of data from which the import feature will be created.
void
SetFileName (String value)
Set method for attribute "FileName"
The name of the imported feature file.
Method Detail
GetType
GetType
()
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
String
GetFileName
()
SetFileName
void
SetFileName
(String value)
The name of the imported feature file.
Was this helpful?