Uses of Class
com.asdf.parser.LobbyRequest.GameList

Packages that use LobbyRequest.GameList
com.asdf.parser Automatically generated parser class for Message objects 
 

Uses of LobbyRequest.GameList in com.asdf.parser
 

Methods in com.asdf.parser that return LobbyRequest.GameList
 LobbyRequest.GameList ObjectFactory.createLobbyRequestGameList()
          Create an instance of LobbyRequest.GameList
 LobbyRequest.GameList LobbyRequest.getGameList()
          Gets the value of the gameList property.
 

Methods in com.asdf.parser with parameters of type LobbyRequest.GameList
 void LobbyRequest.setGameList(LobbyRequest.GameList value)
          Sets the value of the gameList property.