org.omegahat.Environment.Databases
Interface TypedDatabaseInt

All Superinterfaces:
Activable, Database
All Known Implementing Classes:
TypedDatabase

public interface TypedDatabaseInt
extends Database

Interface defining methods for specifying the type of a variable in a Database.


Fields inherited from interface org.omegahat.Environment.Databases.Database
ALL, ASSIGN, ATTACH, DETACH, NULL_ENTRY, READ, READ_WRITE, REMOVE
 
Fields inherited from interface org.omegahat.Environment.Databases.Activable
ACTIVE, INACTIVE
 
Method Summary
 java.lang.Class setType(java.lang.String name, java.lang.Class type)
           
 
Methods inherited from interface org.omegahat.Environment.Databases.Database
assign, attach, clear, detach, exists, get, getName, objects, remove, setName, size
 
Methods inherited from interface org.omegahat.Environment.Databases.Activable
getState, setState
 

Method Detail

setType

public java.lang.Class setType(java.lang.String name,
                               java.lang.Class type)