org.jinterop.dcom.impls.automation
Class ElemDesc

java.lang.Object
  extended by org.jinterop.dcom.impls.automation.ElemDesc
All Implemented Interfaces:
java.io.Serializable

public final class ElemDesc
extends java.lang.Object
implements java.io.Serializable

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.

Since:
1.0
See Also:
Serialized Form

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

typeDesc

public final TypeDesc typeDesc
Type of the element.


paramDesc

public final ParamDesc paramDesc
Information about the parameter.

Constructor Detail

ElemDesc

public ElemDesc(JIStruct values)