org.jinterop.dcom.win32
Class ElemDesc

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

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

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
           
 TypeDesc typeDesc
           
 
Constructor Summary
ElemDesc(JIStruct values)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeDesc

public final TypeDesc typeDesc

paramDesc

public final ParamDesc paramDesc
Constructor Detail

ElemDesc

public ElemDesc(JIStruct values)