Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openscience.nmrshiftdb.om.map
Class DBBondMapBuilder  view DBBondMapBuilder download DBBondMapBuilder.java

java.lang.Object
  extended byorg.openscience.nmrshiftdb.om.map.DBBondMapBuilder

public class DBBondMapBuilder
extends java.lang.Object


Field Summary
static java.lang.String CLASS_NAME
          the name of this class
private  DatabaseMap dbMap
          the database map
 
Constructor Summary
DBBondMapBuilder()
           
 
Method Summary
 void doBuild()
          the doBuild() method builds the DatabaseMap
 DatabaseMap getDatabaseMap()
          gets the databasemap this map builder built.
static java.lang.String getDBBond_BondId()
          BOND.BOND_ID
static java.lang.String getDBBond_Degree()
          BOND.DEGREE
static java.lang.String getDBBond_IsAromatic()
          BOND.IS_AROMATIC
static java.lang.String getDBBond_IsConfigurationSpecified()
          BOND.IS_CONFIGURATION_SPECIFIED
static java.lang.String getDBBond_Stereo()
          BOND.STEREO
static java.lang.String getTable()
          item
 boolean isBuilt()
          tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
the name of this class

See Also:
Constant Field Values

dbMap

private DatabaseMap dbMap
the database map

Constructor Detail

DBBondMapBuilder

public DBBondMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item


getDBBond_BondId

public static java.lang.String getDBBond_BondId()
BOND.BOND_ID


getDBBond_Degree

public static java.lang.String getDBBond_Degree()
BOND.DEGREE


getDBBond_Stereo

public static java.lang.String getDBBond_Stereo()
BOND.STEREO


getDBBond_IsConfigurationSpecified

public static java.lang.String getDBBond_IsConfigurationSpecified()
BOND.IS_CONFIGURATION_SPECIFIED


getDBBond_IsAromatic

public static java.lang.String getDBBond_IsAromatic()
BOND.IS_AROMATIC


isBuilt

public boolean isBuilt()
tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time


getDatabaseMap

public DatabaseMap getDatabaseMap()
gets the databasemap this map builder built.


doBuild

public void doBuild()
             throws java.lang.Exception
the doBuild() method builds the DatabaseMap