Library | Package Java Toolkit

Interface Substitution

package com.ptc.pfc.pfcSimpRep;

public interface Substitution
  extends jxobject



Description

Base class to classes that represents all types of substitution; it specifies the substitution type and substitute data.
Direct Known Subclasses:
SubstInterchg, SubstPrtRep, SubstAsmRep, SubstEnvelope



Method Summary
intseqGetSubstPath ()
    Get method for attribute "SubstPath"
    Path to the substitute component.
SubstTypeGetSubstType ()
    Returns a SubstType instance indicating the type of substitution object that can used in the simplified representation.
voidSetSubstPath (intseq value)
    Set method for attribute "SubstPath"
    Path to the substitute component.

Method Detail

GetSubstType

SubstTypeGetSubstType ()


    Returns a SubstType instance indicating the type of substitution object that can used in the simplified representation.
Returns:
One of the static instances of SubstType (e.g. SUBST_PRT_REP).


GetSubstPath/SetSubstPath

intseqGetSubstPath ()
voidSetSubstPath (intseq value)


    Path to the substitute component.