com.jniwrapper.win32.ole.types
Class DataDir

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.ole.types.DataDir
All Implemented Interfaces:
IntegerParameter

public class DataDir
extends ComEnumeration

This enumeration specifies the direction of the data flow for the IDataObject.enumFormatEtc(com.jniwrapper.win32.ole.types.DataDir) method. This determines the formats that the resulting enumerator can enumerate. The DataDir class corresponds to DATADIR native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int DATADIR_GET
           
static int DATADIR_SET
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DataDir()
           
DataDir(IntegerParameter t)
           
DataDir(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DATADIR_GET

public static final int DATADIR_GET
See Also:
Constant Field Values

DATADIR_SET

public static final int DATADIR_SET
See Also:
Constant Field Values
Constructor Detail

DataDir

public DataDir()

DataDir

public DataDir(long val)

DataDir

public DataDir(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()