com.jniwrapper.win32.dde
Class DdeResponse

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.dde.DdeResponse

public class DdeResponse
extends com.jniwrapper.util.EnumItem

This class is an enumeration of supported DDE responses.


Field Summary
static DdeResponse BUSY
          Notifies the client or service that the transaction has not been processed because the process was busy.
static DdeResponse NOTPROCESSED
          Notifies the client or service that the transaction has not been processed.
static DdeResponse PROCESSED
          Notifies the client or service that the transaction has been processed successfully.
 
Constructor Summary
DdeResponse(int value)
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESSED

public static final DdeResponse PROCESSED
Notifies the client or service that the transaction has been processed successfully.


BUSY

public static final DdeResponse BUSY
Notifies the client or service that the transaction has not been processed because the process was busy.


NOTPROCESSED

public static final DdeResponse NOTPROCESSED
Notifies the client or service that the transaction has not been processed.

Constructor Detail

DdeResponse

public DdeResponse(int value)