jgd.comapi
Class JacobToolkit
java.lang.Object
jgd.comapi.JacobToolkit
public class JacobToolkit
- extends java.lang.Object
Misc. helper/util -methods for the Jacob Java-COM -bridge
See See http://sourceforge.net/projects/jacob-project/
- Author:
- Arne Solheim (Protector Forsikring ASA - www.protectorforsikring.no)
Constructor Summary |
protected |
JacobToolkit()
Default only protected constructor;
we curently do not want instances of this class to be created |
Method Summary |
static void |
fillSafeArray(com.jacob.com.SafeArray sa,
java.lang.String[] data)
|
static void |
fillSafeArray(com.jacob.com.SafeArray sa,
com.jacob.com.Variant[] data)
|
static com.jacob.com.Variant[] |
getVariantStringArray(java.lang.String[] descriptionArray)
|
static java.util.Map<java.lang.Short,java.lang.String> |
getVariantTypeMap()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JacobToolkit
protected JacobToolkit()
- Default only protected constructor;
we curently do not want instances of this class to be created
getVariantTypeMap
public static java.util.Map<java.lang.Short,java.lang.String> getVariantTypeMap()
getVariantStringArray
public static com.jacob.com.Variant[] getVariantStringArray(java.lang.String[] descriptionArray)
fillSafeArray
public static void fillSafeArray(com.jacob.com.SafeArray sa,
java.lang.String[] data)
fillSafeArray
public static void fillSafeArray(com.jacob.com.SafeArray sa,
com.jacob.com.Variant[] data)
Copyright © 2007