Uses of Class
org.jinterop.dcom.core.JIArray

Packages that use JIArray
org.jinterop.dcom.core Core library classes and Data structures. 
 

Uses of JIArray in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JIArray
 JIArray JIVariant.getObjectAsArray()
          Retrieves the contained object as JIArray.
 JIArray JICallObject.getResultAsArrayAt(int index)
          Returns the value as JIArray at the index from the result list.
 

Methods in org.jinterop.dcom.core with parameters of type JIArray
 void JICallObject.addInParamAsArray(JIArray value, int FLAGS)
          Add IN parameter as JIArray at the end of the Parameter list.
 void JICallObject.insertInParamAsArrayAt(int index, JIArray value, int FLAGS)
          Add IN parameter as JIArray at the specified index in the Parameter list.
 

Constructors in org.jinterop.dcom.core with parameters of type JIArray
JIVariant(JIArray array)
          Setting up a VARIANT with a JIArray.
JIVariant(JIArray array, boolean isByRef)
          Setting up a VARIANT with a JIArray.
JIVariant(JIArray array, boolean isByRef, int FLAG)
          Setting up a VARIANT with a JIArray.
JIVariant(JIArray array, int FLAG)
          Setting up a VARIANT with a JIArray.