com.jniwrapper.win32.automation.types
Class VariantArg

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.win32.automation.types.Variant
          extended bycom.jniwrapper.win32.automation.types.VariantArg
All Implemented Interfaces:
AlignmentAwareParameter, AutoDeleteParameter, CompositeParameter

public class VariantArg
extends Variant

This structure is used with DISPPARAMS, VARIANT and corresponds to VARIANTARG native structure.

See Also:
Microsoft Automation SDK documentation

Field Summary
 
Fields inherited from class com.jniwrapper.win32.automation.types.Variant
LENGTH, UNSUPPORTED_TYPE
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
VariantArg()
           
VariantArg(Variant that)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.win32.automation.types.Variant
acceptIOPerformer, createUnspecifiedParameter, getActiveMember, getAlignmentRequirement, getBoolVal, getBstrVal, getBVal, getByref, getCiVal, getCVal, getDate, getDblVal, getDebugInfo, getDecVal, getElementType, getFirstMemberSize, getFltVal, getHResultVal, getIntVal, getIVal, getLength, getLlVal, getLVal, getMembers, getParray, getParray, getParray, getPboolVal, getPbstrVal, getPbVal, getPcVal, getPcyVal, getPdate, getPdblVal, getPdecVal, getPdispVal, getPfltVal, getPHResultVal, getPintVal, getPiVal, getPllVal, getPlVal, getPparray, getPparray, getPparray, getPpdispVal, getPpunkVal, getPRecInfo, getPrimitiveElementType, getPscode, getPuintVal, getPuiVal, getPullVal, getPulVal, getPunkVal, getPvarVal, getPvRecord, getSafeArray, getSafeArray, getScode, getUintVal, getUiVal, getUllVal, getUlVal, getValue, getVariantType, getVt, initBy, isAutoDelete, pop, push, read, readPerformed, release, setActiveMember, setActiveMember, setAutoDelete, setBStr, setBStrVal, setSafeArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, asReturnValue, b, dataBufferAssigned, equals, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariantArg

public VariantArg()

VariantArg

public VariantArg(Variant that)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Variant