Uses of Class
story.dbcore.misc.IDType

Packages that use IDType
story.dbcore.misc   
 

Uses of IDType in story.dbcore.misc
 

Fields in story.dbcore.misc declared as IDType
static IDType IDType.Attribute
           
static IDType IDType.Document
           
static IDType IDType.Node
           
static IDType IDType.NodeRepository
           
 

Methods in story.dbcore.misc that return IDType
static IDType IDType.get(int number)
          Return the corresponding IDType for the given Unique ID (see getUniqueID).
static IDType IDType.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.