Uses of Class
tp.RID.Type

Packages that use RID.Type
tp CSEP545 Final Project for Java 
tp.impl Please place your own code under this package. 
 

Uses of RID.Type in tp
 

Fields in tp declared as RID.Type
protected  RID.Type RID.type
           
 

Methods in tp that return RID.Type
static RID.Type RID.Type.getInstance(String s)
           
 RID.Type RID.getType()
          get type of resource id
static RID.Type RID.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RID.Type[] RID.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tp with parameters of type RID.Type
 String[] RM.listResources(Transaction context, RID.Type type)
          list of resources
 

Constructors in tp with parameters of type RID.Type
RID(RID.Type type, String name)
           
 

Uses of RID.Type in tp.impl
 

Methods in tp.impl with parameters of type RID.Type
 String[] MyRM.listResources(Transaction context, RID.Type type)