|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectOpenCOM.OCM_RecpMetaInfo_t
public class OCM_RecpMetaInfo_t
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 |
|---|
public java.lang.String iid
public java.lang.String recpType
| Constructor Detail |
|---|
public OCM_RecpMetaInfo_t(java.lang.String interfaceType,
java.lang.String type)
interfaceType - The interface type of the receptacle.type - The receptacle type i.e. either single or multiple.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||