|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jinterop.dcom.impls.automation.ElemDesc
public final class ElemDesc
Implements the ELEMDESC structure of COM Automation.
Definition from MSDN: Includes the type description and process-transfer information for a variable a function, or a function parameter.
| Field Summary | |
|---|---|
ParamDesc |
paramDesc
Information about the parameter. |
TypeDesc |
typeDesc
Type of the element. |
| Constructor Summary | |
|---|---|
ElemDesc(JIStruct values)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final TypeDesc typeDesc
public final ParamDesc paramDesc
| Constructor Detail |
|---|
public ElemDesc(JIStruct values)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||