se.optimatika.jexcel.database
Class Database

java.lang.Object
  extended by se.optimatika.jexcel.database.Database

public final class Database
extends Object


Constructor Summary
Database()
           
 
Method Summary
 Table get(String aName)
           
 Set<String> getTableNames()
           
 Collection<Table> getTables()
           
 Table put(String aName, Table aTable)
           
 Table remove(String aName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Database

public Database()
Method Detail

get

public Table get(String aName)

getTableNames

public Set<String> getTableNames()

getTables

public Collection<Table> getTables()

put

public Table put(String aName,
                 Table aTable)

remove

public Table remove(String aName)