Library | Package Java Toolkit

Interface Parent

package com.ptc.pfc.pfcObject;

public interface Parent
  extends com.ptc.pfc.pfcObject.Object



Description

This class specifies a parent object.
Direct Known Subclasses:
ParameterOwner, ModelItemOwner, ViewOwner, Display, BaseSession



Method Summary
/*optional*/ ChildGetChild (OId Id)
    Retrieves the child of the specified owner as specified by the ID.

Method Detail

GetChild

/*optional*/ ChildGetChild (OId Id)


    Retrieves the child of the specified owner as specified by the ID.
Parameters:
Id
The identifier of the child
Returns: