com.ibm.as400.opnav
Interface DisplaySOAPrinterDisallowActionsConstants


public interface DisplaySOAPrinterDisallowActionsConstants

displaySOAPrinter disallowActions constants.


Field Summary
static int AVAIL
          Available.
static int HELP
          Help.
static int HOLD
          Hold.
static int OUTPUT
          Output.
static int PROPERTIES
          Properties.
static int RELEASE
          Release.
static int REPLYMSG
          Reply Message.
static int RESTART
          Restart.
static int START
          Start.
static int STOP
          Stop.
static int UNAVAIL
          Unavailable.
 

Field Detail

HOLD

public static final int HOLD
Hold.

RELEASE

public static final int RELEASE
Release.

PROPERTIES

public static final int PROPERTIES
Properties.

REPLYMSG

public static final int REPLYMSG
Reply Message.

HELP

public static final int HELP
Help.

RESTART

public static final int RESTART
Restart.

OUTPUT

public static final int OUTPUT
Output.

START

public static final int START
Start.

STOP

public static final int STOP
Stop.

AVAIL

public static final int AVAIL
Available.

UNAVAIL

public static final int UNAVAIL
Unavailable.