Uses of Class
game.protocol.Reply.ReplyType

Packages that use Reply.ReplyType
game.protocol Implementation of the SCORE protocol. 
 

Uses of Reply.ReplyType in game.protocol
 

Fields in game.protocol declared as Reply.ReplyType
protected  Reply.ReplyType Reply.mType
          The reply type.
 

Methods in game.protocol that return Reply.ReplyType
 Reply.ReplyType Reply.getType()
          Get the type of this reply.
static Reply.ReplyType Reply.ReplyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Reply.ReplyType[] Reply.ReplyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.