Uses of Class
story.dbcore.admin.TypeType

Packages that use TypeType
story.dbcore.admin   
 

Uses of TypeType in story.dbcore.admin
 

Fields in story.dbcore.admin declared as TypeType
static TypeType TypeType.CommandType
           
static TypeType TypeType.ComparisonType
           
static TypeType TypeType.LinkDirection
           
static TypeType TypeType.LinkType
           
static TypeType TypeType.NodeType
           
static TypeType TypeType.RepositoryType
           
static TypeType TypeType.VariableType
           
 

Methods in story.dbcore.admin that return TypeType
static TypeType TypeType.get(int number)
          Return the corresponding TypeType for the given Unique ID (see getUniqueID).
static TypeType TypeType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 



Copyright © 2011 David K. Elson. All Rights Reserved.