com.jniwrapper.win32.stg.types
Class StatFlag

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

public class StatFlag
extends ComEnumeration

This class corresponds to STATFLAG native enumeration.

See Also:
Microsoft Structured Storage SDK documentation

Field Summary
static int STATFLAG_DEFAULT
           
static int STATFLAG_NONAME
           
static int STATFLAG_NOOPEN
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
StatFlag()
           
StatFlag(IntegerParameter t)
           
StatFlag(long val)
           
 
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

STATFLAG_DEFAULT

public static final int STATFLAG_DEFAULT
See Also:
Constant Field Values

STATFLAG_NONAME

public static final int STATFLAG_NONAME
See Also:
Constant Field Values

STATFLAG_NOOPEN

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

StatFlag

public StatFlag()

StatFlag

public StatFlag(long val)

StatFlag

public StatFlag(IntegerParameter t)
Method Detail

clone

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