com.jniwrapper.win32.stg.types
Class StgTy

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

public class StgTy
extends ComEnumeration

This class corresponds to STGTY native enumeration.


Field Summary
static int STGTY_LOCKBYTES
           
static int STGTY_PROPERTY
           
static int STGTY_STORAGE
           
static int STGTY_STREAM
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
StgTy()
           
StgTy(IntegerParameter param)
           
StgTy(long value)
           
 
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

STGTY_STORAGE

public static final int STGTY_STORAGE
See Also:
Constant Field Values

STGTY_STREAM

public static final int STGTY_STREAM
See Also:
Constant Field Values

STGTY_LOCKBYTES

public static final int STGTY_LOCKBYTES
See Also:
Constant Field Values

STGTY_PROPERTY

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

StgTy

public StgTy()

StgTy

public StgTy(long value)

StgTy

public StgTy(IntegerParameter param)
Method Detail

clone

public java.lang.Object clone()