OpenCOM
Class CFMetaInterface.ExposedReceptacle

java.lang.Object
  extended by OpenCOM.CFMetaInterface.ExposedReceptacle
Enclosing class:
CFMetaInterface

public class CFMetaInterface.ExposedReceptacle
extends java.lang.Object


Field Summary
 java.lang.String Intf
          The interface type of this exposed receptacle.
 IUnknown pCompID
          Reference to the actual component instance that this exposed receptacle exists upon
 IConnections pIConnect
          Reference to the IConnections interface that relates to the actual receptacle.
 java.lang.String recpType
          The receptacle type (e.g.
 
Constructor Summary
CFMetaInterface.ExposedReceptacle(IUnknown Comp, java.lang.String Interface, java.lang.String recType, IConnections pConnect)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pCompID

public IUnknown pCompID
Reference to the actual component instance that this exposed receptacle exists upon


Intf

public java.lang.String Intf
The interface type of this exposed receptacle.


recpType

public java.lang.String recpType
The receptacle type (e.g. single, multiple).


pIConnect

public IConnections pIConnect
Reference to the IConnections interface that relates to the actual receptacle.

Constructor Detail

CFMetaInterface.ExposedReceptacle

public CFMetaInterface.ExposedReceptacle(IUnknown Comp,
                                         java.lang.String Interface,
                                         java.lang.String recType,
                                         IConnections pConnect)
Constructor