com.jniwrapper.win32.ole.types
Class OleRender

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

public class OleRender
extends ComEnumeration

This enumeration defines IDs for the type of caching during creation of objects and corresponds to OLERENDER native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int ASIS
           
static int DRAW
           
static int FORMAT
           
static int NONE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleRender()
           
OleRender(IntegerParameter t)
           
OleRender(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

NONE

public static final int NONE
See Also:
Constant Field Values

DRAW

public static final int DRAW
See Also:
Constant Field Values

FORMAT

public static final int FORMAT
See Also:
Constant Field Values

ASIS

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

OleRender

public OleRender()

OleRender

public OleRender(long val)

OleRender

public OleRender(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()