com.jniwrapper.win32.ole.types
Class MshlFlags

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.DelegatingParameter
          extended by com.jniwrapper.bf
              extended by com.jniwrapper.Int
                  extended by com.jniwrapper.win32.com.types.ComEnumeration
                      extended by com.jniwrapper.win32.ole.types.MshlFlags
All Implemented Interfaces:
IntegerParameter

public class MshlFlags
extends ComEnumeration

Represents the wrapper for MSHLFLAGS type.


Field Summary
static MshlFlags NOPING
           
static MshlFlags NORMAL
           
static MshlFlags TABLESTRONG
           
static MshlFlags TABLEWEAK
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.bf
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

NORMAL

public static final MshlFlags NORMAL

TABLESTRONG

public static final MshlFlags TABLESTRONG

TABLEWEAK

public static final MshlFlags TABLEWEAK

NOPING

public static final MshlFlags NOPING
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Int