be.SIRAPRISE.client
Class ServerNonAssignmentCommand

java.lang.Object
  extended by be.SIRAPRISE.client.ServerCommand
      extended by be.SIRAPRISE.client.ServerNonAssignmentCommand
Direct Known Subclasses:
ServerInquireCommand

public abstract class ServerNonAssignmentCommand
extends ServerCommand

A NonAssignmentCommand is a command that will not assign a new value to the database, such as INQUIRE. A subclass exists for each particular type.

Author:
Erwin

Constructor Summary
ServerNonAssignmentCommand()
           
 
Method Summary
 
Methods inherited from class be.SIRAPRISE.client.ServerCommand
getCommandObjectFor, getCommandObjectFrom, getCommandParametersText, getFullCommandText, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerNonAssignmentCommand

public ServerNonAssignmentCommand()