Uses of Class
ch.sahits.game.openpatrician.model.personal.ESocialRank

Packages that use ESocialRank
ch.sahits.game.openpatrician.model   
ch.sahits.game.openpatrician.model.city   
ch.sahits.game.openpatrician.model.city.impl   
ch.sahits.game.openpatrician.model.personal   
 

Uses of ESocialRank in ch.sahits.game.openpatrician.model
 

Fields in ch.sahits.game.openpatrician.model declared as ESocialRank
private  ESocialRank Player.rank
           
 

Methods in ch.sahits.game.openpatrician.model that return ESocialRank
 ESocialRank IPlayer.getRank()
          Retrieve the social rank of the player
 ESocialRank Player.getRank()
           
 

Methods in ch.sahits.game.openpatrician.model with parameters of type ESocialRank
 void IPlayer.updateRank(ESocialRank rank)
          Update to the new social rank
 void Player.updateRank(ESocialRank rank)
           
 

Constructors in ch.sahits.game.openpatrician.model with parameters of type ESocialRank
Player(ICity homeTown, IPersonalData personalData, long cash, ESocialRank rank)
           
 

Uses of ESocialRank in ch.sahits.game.openpatrician.model.city
 

Methods in ch.sahits.game.openpatrician.model.city that return ESocialRank
 ESocialRank ICity.getSocialRank()
          Retrieve the social rank in this city
 

Uses of ESocialRank in ch.sahits.game.openpatrician.model.city.impl
 

Methods in ch.sahits.game.openpatrician.model.city.impl that return ESocialRank
 ESocialRank City.getSocialRank()
           
 

Uses of ESocialRank in ch.sahits.game.openpatrician.model.personal
 

Methods in ch.sahits.game.openpatrician.model.personal that return ESocialRank
 ESocialRank ESocialRank.getNextRank()
           
static ESocialRank ESocialRank.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ESocialRank[] ESocialRank.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.