Library | Package Java Toolkit

Interface ExternalReferenceInfo

package com.ptc.wfc.wfcExternalObject;

public interface ExternalReferenceInfo
  extends jxobject



Description

External reference information



Method Summary
WExternalFeatureReferencesGetExtRefs ()
    Get method for attribute "ExtRefs"
     Array of external feature references of a given type .
ExternalReferenceTypeGetType ()
    Get method for attribute "Type"
     Type of external reference.
voidSetExtRefs (WExternalFeatureReferences value)
    Set method for attribute "ExtRefs"
     Array of external feature references of a given type .
voidSetType (ExternalReferenceType value)
    Set method for attribute "Type"
     Type of external reference.

Method Detail

GetType/SetType

ExternalReferenceTypeGetType ()
voidSetType (ExternalReferenceType value)


     Type of external reference.
Manual References:
External Objects: Creating External Object References, External Objects: Creating External Object References, External Objects: Creating External Object References



GetExtRefs/SetExtRefs

WExternalFeatureReferencesGetExtRefs ()
voidSetExtRefs (WExternalFeatureReferences value)


     Array of external feature references of a given type .
Manual References:
External Objects: Creating External Object References, External Objects: Creating External Object References, External Objects: Creating External Object References