OpenCOM
Class OCM_RecpMetaInfo_t

java.lang.Object
  extended by OpenCOM.OCM_RecpMetaInfo_t

public class OCM_RecpMetaInfo_t
extends java.lang.Object

This class stores Meta-Information about component receptacles. It is used by Interface meta-model to describe a component's receptacles. Application developers can use this meta-data directly.


Field Summary
 java.lang.String iid
          The interface type of the receptacle .
 java.lang.String recpType
          The receptacle type, either "Single" or "Multiple".
 
Constructor Summary
OCM_RecpMetaInfo_t(java.lang.String interfaceType, java.lang.String type)
          Constructor creates a new instance of OCM_RecpMetaInfo_t object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iid

public java.lang.String iid
The interface type of the receptacle .


recpType

public java.lang.String recpType
The receptacle type, either "Single" or "Multiple".

Constructor Detail

OCM_RecpMetaInfo_t

public OCM_RecpMetaInfo_t(java.lang.String interfaceType,
                          java.lang.String type)
Constructor creates a new instance of OCM_RecpMetaInfo_t object.

Parameters:
interfaceType - The interface type of the receptacle.
type - The receptacle type i.e. either single or multiple.