Library | Package Java Toolkit

Interface WExternalFeatureReference

package com.ptc.wfc.wfcExternalObject;

public interface WExternalFeatureReference
  extends jxobject



Description

This interface provides access to external feature references



Method Summary
/*optional*/ ExternalFeatRefAsmCompGetAsmcomponents ()
     Gets path to the component from which the reference was created and path to the component that owns the specified external reference.
FeatureGetFeature ()
     Gets a feature that is referred to by the external reference.

Method Detail

GetFeature

FeatureGetFeature ()


     Gets a feature that is referred to by the external reference.

Exceptions thrown (but not limited to):

XToolkitNotFound - The reference does not belong to any existing component in the "master" model feature.


Manual References:
Assemblies and Components: Assembling Components
Returns:
Feature referred by external reference


GetAsmcomponents

/*optional*/ ExternalFeatRefAsmCompGetAsmcomponents ()


     Gets path to the component from which the reference was created and path to the component that owns the specified external reference.

Exceptions thrown (but not limited to):

XToolkitNotFound - own_comp or ref_comp not found in current session.


Manual References:
Assemblies and Components: Assembling Components, Assemblies and Components: Assembling Components
Returns:
path to the component from which the reference was created.

path to the component that owns the specified external reference.