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

Packages that use SQLPeerEnum
org.starhope.appius.sql   
org.starhope.appius.sys.admin   
org.starhope.appius.types   
org.starhope.appius.user.events   
 

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
          Deprecated. enumeration of all possible values
private static ConcurrentHashMap<Class<? extends SQLPeerEnum>,Integer> SQLPeerEnum.hasCached
          Deprecated. Index of which classes have been cached already.
private static HashSet<Class<? extends SQLPeerEnum>> SQLPeerEnum.knownChildren
          Deprecated. WRITEME: document this field (brpocock@star-hope.org, Dec 11, 2009) knownChildren (SQLPeerEnum)
 

Methods in org.starhope.appius.sql with type parameters of type SQLPeerEnum
static
<T extends SQLPeerEnum>
T
SQLPeerEnum.get(Class<T> klass, int id)
          Deprecated. WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
static
<T extends SQLPeerEnum>
T
SQLPeerEnum.get(Class<T> klass, String str)
          Deprecated. Get an instance of an enumerated type
 

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

Method parameters in org.starhope.appius.sql with type arguments of type SQLPeerEnum
private static void SQLPeerEnum.registerClass(Class<? extends SQLPeerEnum> klass)
          Deprecated. WRITEME: document this method (brpocock@star-hope.org, Dec 11, 2009)
 

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

Uses of SQLPeerEnum in org.starhope.appius.sys.admin
 

Subclasses of SQLPeerEnum in org.starhope.appius.sys.admin
 class SecurityCapability
          WRITEME: Document this type.
 

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 RoomBadge
          TODO: The documentation for this type (RoomBadge) is incomplete.
 

Uses of SQLPeerEnum in org.starhope.appius.user.events
 

Subclasses of SQLPeerEnum in org.starhope.appius.user.events
 class MedalType
          WRITEME: Document this type.