netGameManager
Class TypeValue

java.lang.Object
  extended by netGameManager.TypeValue

public class TypeValue
extends java.lang.Object

This class contains the basic attributes for each command passed in a request message from the GameClient to the GameServer. The full message is a XML message and each field belongs to a type and contains a value.

Version:
0.5 beta - 03/15/2006
Author:
Luciano Antonio Digiampietri
See Also:
GameClient, GameServer

Constructor Summary
TypeValue(java.lang.String t, java.lang.String v)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeValue

public TypeValue(java.lang.String t,
                 java.lang.String v)