com.jniwrapper.win32.ole.types
Class OleCmdTextFlags

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

public class OleCmdTextFlags
extends ComEnumeration

This enumeration specifies the type of information that an object should store in the OleCmdText structure. This enumeraiton corresponds to OLECMDTEXTF native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int OLECMDTEXTF_NAME
           
static int OLECMDTEXTF_NONE
           
static int OLECMDTEXTF_STATUS
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleCmdTextFlags()
           
OleCmdTextFlags(IntegerParameter t)
           
OleCmdTextFlags(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

OLECMDTEXTF_NONE

public static final int OLECMDTEXTF_NONE
See Also:
Constant Field Values

OLECMDTEXTF_NAME

public static final int OLECMDTEXTF_NAME
See Also:
Constant Field Values

OLECMDTEXTF_STATUS

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

OleCmdTextFlags

public OleCmdTextFlags()

OleCmdTextFlags

public OleCmdTextFlags(long val)

OleCmdTextFlags

public OleCmdTextFlags(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()