com.jniwrapper.win32.stg.types
Class StgFmt
java.lang.Object
  
com.jniwrapper.Parameter
      
com.jniwrapper.DelegatingParameter
          
com.jniwrapper.ay
              
com.jniwrapper.Int
                  
com.jniwrapper.win32.com.types.ComEnumeration
                      
com.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
 
 
 
 
| 
Method Summary | 
 java.lang.Object | 
clone()
 
            | 
 
 
| 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 | 
 
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
 
StgFmt
public StgFmt()
StgFmt
public StgFmt(long val)
StgFmt
public StgFmt(IntegerParameter t)
clone
public java.lang.Object clone()