Package com.cosylab.vdct.db
Class DBData
- java.lang.Object
-
- com.cosylab.vdct.db.DBData
-
public class DBData extends Object
This type was created in VisualAge.
-
-
Field Summary
Fields Modifier and Type Field Description protected Hashtableboxesprotected Hashtableconnectorsprotected Hashtablegroupsprotected Hashtablelinesprotected Hashtablelinksprotected Hashtablerecordsprotected VectorrecordsVprotected Vectorstructureprotected DBTemplatetemplateDataprotected HashtabletemplateInstancesprotected Hashtabletemplatesprotected VectortemplatesVprotected Hashtabletextboxesprotected DBViewview
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBox(DBBox bd)This method was created in VisualAge.voidaddConnector(DBConnectorData connector)Insert the method's description here.voidaddEntry(DBEntry ed)This method was created in VisualAge.voidaddGroup(DBGroupData gd)This method was created in VisualAge.voidaddLine(DBLine ld)This method was created in VisualAge.voidaddLink(DBLinkData ld)This method was created in VisualAge.voidaddRecord(DBRecordData rd)This method was created in VisualAge.voidaddTemplate(DBTemplate t)This method was created in VisualAge.voidaddTemplateInstance(DBTemplateInstance ti)This method was created in VisualAge.voidaddTextBox(DBTextBox td)This method was created in VisualAge.static voidcheckDTYPfield(DBData db, DBDData dbd)Check is DTYP field is defined before INP and OUT fields...HashtablegetBoxes()Returns the boxes.HashtablegetConnectors()Insert the method's description here.HashtablegetGroups()Insert the method's description here.HashtablegetLines()Returns the lines.HashtablegetLinks()Insert the method's description here.HashtablegetRecords()Insert the method's description here.VectorgetRecordsV()Returns ordered (as read) list of records Creation date: (6.1.2001 20:37:16)VectorgetStructure()Returns the structure.DBTemplategetTemplateData()Returns the templateData.HashtablegetTemplateInstances()Returns the templateInstances.HashtablegetTemplates()Returns the templates.VectorgetTemplatesV()Returns the templates.HashtablegetTextboxes()Returns the textboxes.DBViewgetView()voidsetView(DBView view)
-
-
-
Field Detail
-
templateData
protected DBTemplate templateData
-
lines
protected Hashtable lines
-
boxes
protected Hashtable boxes
-
textboxes
protected Hashtable textboxes
-
records
protected Hashtable records
-
recordsV
protected Vector recordsV
-
groups
protected Hashtable groups
-
links
protected Hashtable links
-
connectors
protected Hashtable connectors
-
templates
protected Hashtable templates
-
templatesV
protected Vector templatesV
-
templateInstances
protected Hashtable templateInstances
-
view
protected DBView view
-
structure
protected Vector structure
-
-
Method Detail
-
addConnector
public void addConnector(DBConnectorData connector)
Insert the method's description here. Creation date: (23.4.2001 21:16:22)- Parameters:
connector- com.cosylab.vdct.db.DBConnectorData
-
addGroup
public void addGroup(DBGroupData gd)
This method was created in VisualAge.- Parameters:
gd- com.cosylab.vdct.db.DBGroupData
-
addLink
public void addLink(DBLinkData ld)
This method was created in VisualAge.- Parameters:
ld- com.cosylab.vdct.db.DBLinkData
-
addLine
public void addLine(DBLine ld)
This method was created in VisualAge.- Parameters:
ld- com.cosylab.vdct.db.DBLine
-
addEntry
public void addEntry(DBEntry ed)
This method was created in VisualAge.- Parameters:
ed- com.cosylab.vdct.db.DBEntry
-
addBox
public void addBox(DBBox bd)
This method was created in VisualAge.- Parameters:
bd- com.cosylab.vdct.db.DBBox
-
addTextBox
public void addTextBox(DBTextBox td)
This method was created in VisualAge.- Parameters:
td- com.cosylab.vdct.db.DBTextBox
-
addRecord
public void addRecord(DBRecordData rd)
This method was created in VisualAge.- Parameters:
rd- com.cosylab.vdct.db.RecordData
-
addTemplateInstance
public void addTemplateInstance(DBTemplateInstance ti)
This method was created in VisualAge.- Parameters:
ti- com.cosylab.vdct.db.DBTemplateInstance
-
addTemplate
public void addTemplate(DBTemplate t)
This method was created in VisualAge.- Parameters:
t- com.cosylab.vdct.db.DBTemplate
-
checkDTYPfield
public static void checkDTYPfield(DBData db, DBDData dbd)
Check is DTYP field is defined before INP and OUT fields... Insert the method's description here. Creation date: (18.11.1999 18:26:27)- Parameters:
db- dbdbd- dbd
-
getConnectors
public Hashtable getConnectors()
Insert the method's description here. Creation date: (23.4.2001 21:15:41)- Returns:
- java.util.Hashtable
-
getGroups
public Hashtable getGroups()
Insert the method's description here. Creation date: (9.12.2000 17:07:57)- Returns:
- java.util.Hashtable
-
getLinks
public Hashtable getLinks()
Insert the method's description here. Creation date: (9.12.2000 17:07:57)- Returns:
- java.util.Hashtable
-
getRecords
public Hashtable getRecords()
Insert the method's description here. Creation date: (9.12.2000 17:07:57)- Returns:
- java.util.Hashtable
-
getRecordsV
public Vector getRecordsV()
Returns ordered (as read) list of records Creation date: (6.1.2001 20:37:16)- Returns:
- java.util.Vector
-
getTemplateInstances
public Hashtable getTemplateInstances()
Returns the templateInstances.- Returns:
- Hashtable
-
getTemplates
public Hashtable getTemplates()
Returns the templates.- Returns:
- Hashtable
-
getTemplatesV
public Vector getTemplatesV()
Returns the templates.- Returns:
- Hashtable
-
getBoxes
public Hashtable getBoxes()
Returns the boxes.- Returns:
- Hashtable
-
getLines
public Hashtable getLines()
Returns the lines.- Returns:
- Hashtable
-
getTextboxes
public Hashtable getTextboxes()
Returns the textboxes.- Returns:
- Hashtable
-
getTemplateData
public DBTemplate getTemplateData()
Returns the templateData.- Returns:
- DBTemplate
-
getStructure
public Vector getStructure()
Returns the structure.- Returns:
- Vector
-
getView
public DBView getView()
- Returns:
- something
-
setView
public void setView(DBView view)
- Parameters:
view- view
-
-