Uses of Class
org.starhope.appius.sql.SQLPeerEnum

Packages that use SQLPeerEnum
org.starhope.appius.mb   
org.starhope.appius.sql   
org.starhope.appius.types   
org.starhope.appius.user   
 

Uses of SQLPeerEnum in org.starhope.appius.mb
 

Subclasses of SQLPeerEnum in org.starhope.appius.mb
 class Currency
           
 

Uses of SQLPeerEnum in org.starhope.appius.sql
 

Fields in org.starhope.appius.sql with type parameters of type SQLPeerEnum
protected static ConcurrentHashMap<Class<? extends SQLPeerEnum>,ConcurrentHashMap<Integer,String>> SQLPeerEnum.enumeration
          enumeration of all possible values
private static ConcurrentHashMap<Class<? extends SQLPeerEnum>,Integer> SQLPeerEnum.hasCached
          Index of which classes have been cached already.
private static HashSet<Class<? extends SQLPeerEnum>> SQLPeerEnum.knownChildren
          WRITEME: document this field (brpocock, Dec 11, 2009) knownChildren (SQLPeerEnum)
 

Methods in org.starhope.appius.sql that return SQLPeerEnum
static SQLPeerEnum SQLPeerEnum.get(Class<? extends SQLPeerEnum> klass, int id)
          TODO: document this method (brpocock, Nov 19, 2009)
static SQLPeerEnum SQLPeerEnum.get(Class<? extends SQLPeerEnum> klass, String str)
          TODO: document this method (brpocock, Nov 19, 2009)
 

Methods in org.starhope.appius.sql with parameters of type SQLPeerEnum
 boolean SQLPeerEnum.equals(SQLPeerEnum o)
           
 

Method parameters in org.starhope.appius.sql with type arguments of type SQLPeerEnum
static SQLPeerEnum SQLPeerEnum.get(Class<? extends SQLPeerEnum> klass, int id)
          TODO: document this method (brpocock, Nov 19, 2009)
static SQLPeerEnum SQLPeerEnum.get(Class<? extends SQLPeerEnum> klass, String str)
          TODO: document this method (brpocock, Nov 19, 2009)
private static void SQLPeerEnum.registerClass(Class<? extends SQLPeerEnum> klass)
          TODO: document this method (brpocock, Dec 11, 2009)
 

Constructor parameters in org.starhope.appius.sql with type arguments of type SQLPeerEnum
SQLPeerEnum(Class<? extends SQLPeerEnum> klass)
          TODO
SQLPeerEnum(Class<? extends SQLPeerEnum> klass, int id)
          TODO
 

Uses of SQLPeerEnum in org.starhope.appius.types
 

Subclasses of SQLPeerEnum in org.starhope.appius.types
 class GameFlagValue
          TODO: The documentation for this type (GameFlagValue) is incomplete.
 class InventoryItemType
           
 class RoomBadge
          TODO: The documentation for this type (RoomBadge) is incomplete.
 

Uses of SQLPeerEnum in org.starhope.appius.user
 

Subclasses of SQLPeerEnum in org.starhope.appius.user
 class AvatarClass
          The avatar class defines a type of avatar which can be used by a game player or NPC.