amip.api.wrapper.constants
Class StartModes

java.lang.Object
  extended by amip.api.wrapper.constants.StartModes

public class StartModes
extends java.lang.Object


Field Summary
static int AC_START_ALL
           
static int AC_START_CLIENT
           
static int AC_START_NONE
           
static int AC_START_SERVER
           
 
Constructor Summary
StartModes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AC_START_ALL

public static final int AC_START_ALL
See Also:
Constant Field Values

AC_START_CLIENT

public static final int AC_START_CLIENT
See Also:
Constant Field Values

AC_START_SERVER

public static final int AC_START_SERVER
See Also:
Constant Field Values

AC_START_NONE

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

StartModes

public StartModes()