com.jniwrapper.win32.ole.types
Class OleCmdFlags

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

public class OleCmdFlags
extends ComEnumeration

Values of this enumeration designate support provided by an object for the command in OleCmd structure. This enumeration corresponds to OLECMDF native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int OLECMDF_DEFHIDEONCTXTMENU
           
static int OLECMDF_ENABLED
           
static int OLECMDF_INVISIBLE
           
static int OLECMDF_LATCHED
           
static int OLECMDF_NINCHED
           
static int OLECMDF_SUPPORTED
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleCmdFlags()
           
OleCmdFlags(IntegerParameter t)
           
OleCmdFlags(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

OLECMDF_SUPPORTED

public static final int OLECMDF_SUPPORTED
See Also:
Constant Field Values

OLECMDF_ENABLED

public static final int OLECMDF_ENABLED
See Also:
Constant Field Values

OLECMDF_LATCHED

public static final int OLECMDF_LATCHED
See Also:
Constant Field Values

OLECMDF_NINCHED

public static final int OLECMDF_NINCHED
See Also:
Constant Field Values

OLECMDF_INVISIBLE

public static final int OLECMDF_INVISIBLE
See Also:
Constant Field Values

OLECMDF_DEFHIDEONCTXTMENU

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

OleCmdFlags

public OleCmdFlags()

OleCmdFlags

public OleCmdFlags(long val)

OleCmdFlags

public OleCmdFlags(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()