org.jinterop.dcom.win32
Class ArrayDesc

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

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

From MSDN:
Contained within the TYPEDESC, which describes the type of the array's
elements, and information about the array's dimensions.

Since:
1.0
See Also:
Serialized Form

Field Summary
 short cDims
           
 SafeArrayBounds[] safeArrayBounds
           
 TypeDesc typeDesc
           
 
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

cDims

public final short cDims

safeArrayBounds

public final SafeArrayBounds[] safeArrayBounds