org.jinterop.dcom.impls.automation
Class ArrayDesc

java.lang.Object
  extended byorg.jinterop.dcom.impls.automation.ArrayDesc
All Implemented Interfaces:
java.io.Serializable

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

Implements the ARRAYDESC structure of COM Automation.

Definition 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
          Dimension Count.
 SafeArrayBounds[] safeArrayBounds
          Variable length array containing one element for each dimension.
 TypeDesc typeDesc
          Element Type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeDesc

public final TypeDesc typeDesc
Element Type.


cDims

public final short cDims
Dimension Count.


safeArrayBounds

public final SafeArrayBounds[] safeArrayBounds
Variable length array containing one element for each dimension.