de.sagd.u4etx.cis.params
Class Command

java.lang.Object
  |
  +--de.sagd.u4etx.cis.params.AbstractRequestParam
        |
        +--de.sagd.u4etx.cis.params.AbstractBinaryRequestParam
              |
              +--de.sagd.u4etx.cis.params.Command
All Implemented Interfaces:
IRequestParam

public class Command
extends AbstractBinaryRequestParam


Field Summary
static Command PURGE
           
static Command SHUTDOWN
           
static Command TRACE_OFF
           
static Command TRACE_ON
           
 
Fields inherited from class de.sagd.u4etx.cis.params.AbstractRequestParam
abSetting
 
Methods inherited from class de.sagd.u4etx.cis.params.AbstractBinaryRequestParam
getValue
 
Methods inherited from class de.sagd.u4etx.cis.params.AbstractRequestParam
setValue
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHUTDOWN

public static final Command SHUTDOWN

TRACE_ON

public static final Command TRACE_ON

TRACE_OFF

public static final Command TRACE_OFF

PURGE

public static final Command PURGE