com.jniwrapper.win32.ole.types
Class TyMed

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.TyMed
All Implemented Interfaces:
IntegerParameter

public class TyMed
extends ComEnumeration

Values of this enumeration indicate the type of storage medium being used in a data transfer. This class correponds to TYMED native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int TYMED_ENHMF
           
static int TYMED_FILE
           
static int TYMED_GDI
           
static int TYMED_HGLOBAL
           
static int TYMED_ISTORAGE
           
static int TYMED_ISTREAM
           
static int TYMED_MFPICT
           
static int TYMED_NULL
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
TyMed()
           
TyMed(IntegerParameter t)
           
TyMed(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

TYMED_HGLOBAL

public static final int TYMED_HGLOBAL
See Also:
Constant Field Values

TYMED_FILE

public static final int TYMED_FILE
See Also:
Constant Field Values

TYMED_ISTREAM

public static final int TYMED_ISTREAM
See Also:
Constant Field Values

TYMED_ISTORAGE

public static final int TYMED_ISTORAGE
See Also:
Constant Field Values

TYMED_GDI

public static final int TYMED_GDI
See Also:
Constant Field Values

TYMED_MFPICT

public static final int TYMED_MFPICT
See Also:
Constant Field Values

TYMED_ENHMF

public static final int TYMED_ENHMF
See Also:
Constant Field Values

TYMED_NULL

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

TyMed

public TyMed()

TyMed

public TyMed(long val)

TyMed

public TyMed(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()