Uses of Class
com.asdf.parser.Custom

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

Uses of Custom in com.asdf.parser
 

Methods in com.asdf.parser that return Custom
 Custom ObjectFactory.createCustom()
          Create an instance of Custom
 Custom LobbyStateUpdate.getCustom()
          Gets the value of the custom property.
 Custom GenericStateUpdate.getCustom()
          Gets the value of the custom property.
 Custom GameStateUpdate.getCustom()
          Gets the value of the custom property.
 Custom GameResponse.getCustom()
          Gets the value of the custom property.
 Custom GameRequest.getCustom()
          Gets the value of the custom property.
 

Methods in com.asdf.parser with parameters of type Custom
 void LobbyStateUpdate.setCustom(Custom value)
          Sets the value of the custom property.
 void GenericStateUpdate.setCustom(Custom value)
          Sets the value of the custom property.
 void GameStateUpdate.setCustom(Custom value)
          Sets the value of the custom property.
 void GameResponse.setCustom(Custom value)
          Sets the value of the custom property.
 void GameRequest.setCustom(Custom value)
          Sets the value of the custom property.