com.develop.jawin
Class ReturnFlags

java.lang.Object
  |
  +--com.develop.jawin.ReturnFlags

public class ReturnFlags
extends java.lang.Object

COM flags


Field Summary
static ReturnFlags CHECK_HRESULT
           
static ReturnFlags DONT_CARE
           
static ReturnFlags FAIL_ON_FALSE
           
static ReturnFlags MUST_BE_FALSE
           
 int value
           
 
Constructor Summary
private ReturnFlags(int value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

value

public final int value

DONT_CARE

public static final ReturnFlags DONT_CARE

FAIL_ON_FALSE

public static final ReturnFlags FAIL_ON_FALSE

CHECK_HRESULT

public static final ReturnFlags CHECK_HRESULT

MUST_BE_FALSE

public static final ReturnFlags MUST_BE_FALSE
Constructor Detail

ReturnFlags

private ReturnFlags(int value)


New Jawin designed by Vitally Shelest. This product includes software developed by the DevelopMentor OpenSource Project (http://www.develop.com/OpenSource).