Uses of Class
org.isis.jaut.Variant

Packages that use Variant
org.isis.gme.mga   
org.isis.jaut   
 

Uses of Variant in org.isis.gme.mga
 

Methods in org.isis.gme.mga with parameters of type Variant
 void MgaObject.associate(Variant userdata)
           
 void MgaFCO.setAttributeByName(java.lang.String name, Variant val)
           
 

Uses of Variant in org.isis.jaut
 

Methods in org.isis.jaut that return Variant
static Variant Variant.create(int vartype)
          Creates a Variant of a simple datatype.
 

Methods in org.isis.jaut with parameters of type Variant
 void Variant.changeType(Variant destination, int changeFlag, int vartype)
          Converts the Variant to another type.
 void Variant.copy(Variant destination)
          Frees the destination Variant and makes a copy of this Variant.
 void Variant.copyInd(Variant destination)
          Frees the destination Variant and copies the value of this Variant, performing all necessary indirections for references.
 void Variant.allocateReference(int vartype, Variant target)
          Allocates the underlying VARIANT of a reference type.
 void SafeArray.attach(Variant target)
           
 void Dispatch.attach(Variant target)
          Sets the interface pointer of the Dispatch object to the interface pointer stored in the Variant.
 void Dispatch.invoke(int dispID, int dispFlags, Variant[] arguments, int[] namedArgDispIDs, Variant retval)
          Invokes a method, or sets or retrives a property of an Automation object.
 

Constructors in org.isis.jaut with parameters of type Variant
Variant(Variant value)
          Creates a Variant of a reference type.
Dispatch(Variant target)
          Creates a Dispatch object from a Variant.