com.jniwrapper.win32.stg.types
Class StgFmt

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.stg.types.StgFmt
All Implemented Interfaces:
IntegerParameter

public class StgFmt
extends ComEnumeration

This class corresponds to STGFMT native enumeration.

See Also:
Microsoft Structured Storage SDK documentation

Field Summary
static int STGFMT_ANY
           
static int STGFMT_DOCFILE
           
static int STGFMT_FILE
           
static int STGFMT_NATIVE
           
static int STGFMT_STORAGE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
StgFmt()
           
StgFmt(IntegerParameter t)
           
StgFmt(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

STGFMT_STORAGE

public static final int STGFMT_STORAGE
See Also:
Constant Field Values

STGFMT_NATIVE

public static final int STGFMT_NATIVE
See Also:
Constant Field Values

STGFMT_FILE

public static final int STGFMT_FILE
See Also:
Constant Field Values

STGFMT_ANY

public static final int STGFMT_ANY
See Also:
Constant Field Values

STGFMT_DOCFILE

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

StgFmt

public StgFmt()

StgFmt

public StgFmt(long val)

StgFmt

public StgFmt(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()