com.jniwrapper.win32.ole.types
Class OleContf

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

public class OleContf
extends ComEnumeration

This enumeration defines IDs for kind of objects enumerated by method IOleContainer::EnumObjects and corresponds to OLECONTF native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int OLECONTF_EMBEDDINGS
           
static int OLECONTF_LINKS
           
static int OLECONTF_ONLYIFRUNNING
           
static int OLECONTF_ONLYUSER
           
static int OLECONTF_OTHERS
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleContf()
           
OleContf(IntegerParameter t)
           
OleContf(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

OLECONTF_EMBEDDINGS

public static final int OLECONTF_EMBEDDINGS
See Also:
Constant Field Values

OLECONTF_LINKS

public static final int OLECONTF_LINKS
See Also:
Constant Field Values

OLECONTF_OTHERS

public static final int OLECONTF_OTHERS
See Also:
Constant Field Values

OLECONTF_ONLYUSER

public static final int OLECONTF_ONLYUSER
See Also:
Constant Field Values

OLECONTF_ONLYIFRUNNING

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

OleContf

public OleContf()

OleContf

public OleContf(long val)

OleContf

public OleContf(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()