com.jniwrapper.win32.ole.types
Class OleUIPasteFlag

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

public class OleUIPasteFlag
extends ComEnumeration

This enumeration defines IDs for options of pasting and corresponds to OLEUIPASTEFLAG native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int OLEUIPASTE_ENABLEICON
           
static int OLEUIPASTE_LINKANYTYPE
           
static int OLEUIPASTE_LINKTYPE1
           
static int OLEUIPASTE_LINKTYPE2
           
static int OLEUIPASTE_LINKTYPE3
           
static int OLEUIPASTE_LINKTYPE4
           
static int OLEUIPASTE_LINKTYPE5
           
static int OLEUIPASTE_LINKTYPE6
           
static int OLEUIPASTE_LINKTYPE7
           
static int OLEUIPASTE_LINKTYPE8
           
static int OLEUIPASTE_PASTE
           
static int OLEUIPASTE_PASTEONLY
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleUIPasteFlag()
           
OleUIPasteFlag(IntegerParameter t)
           
OleUIPasteFlag(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

OLEUIPASTE_PASTEONLY

public static final int OLEUIPASTE_PASTEONLY
See Also:
Constant Field Values

OLEUIPASTE_LINKTYPE1

public static final int OLEUIPASTE_LINKTYPE1
See Also:
Constant Field Values

OLEUIPASTE_LINKTYPE2

public static final int OLEUIPASTE_LINKTYPE2
See Also:
Constant Field Values

OLEUIPASTE_LINKTYPE3

public static final int OLEUIPASTE_LINKTYPE3
See Also:
Constant Field Values

OLEUIPASTE_LINKTYPE4

public static final int OLEUIPASTE_LINKTYPE4
See Also:
Constant Field Values

OLEUIPASTE_LINKTYPE5

public static final int OLEUIPASTE_LINKTYPE5
See Also:
Constant Field Values

OLEUIPASTE_LINKTYPE6

public static final int OLEUIPASTE_LINKTYPE6
See Also:
Constant Field Values

OLEUIPASTE_LINKTYPE7

public static final int OLEUIPASTE_LINKTYPE7
See Also:
Constant Field Values

OLEUIPASTE_LINKTYPE8

public static final int OLEUIPASTE_LINKTYPE8
See Also:
Constant Field Values

OLEUIPASTE_PASTE

public static final int OLEUIPASTE_PASTE
See Also:
Constant Field Values

OLEUIPASTE_LINKANYTYPE

public static final int OLEUIPASTE_LINKANYTYPE
See Also:
Constant Field Values

OLEUIPASTE_ENABLEICON

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

OleUIPasteFlag

public OleUIPasteFlag()

OleUIPasteFlag

public OleUIPasteFlag(long val)

OleUIPasteFlag

public OleUIPasteFlag(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()