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 Hashtable
boxes
protected Hashtable
connectors
protected Hashtable
groups
protected Hashtable
lines
protected Hashtable
links
protected Hashtable
records
protected Vector
recordsV
protected Vector
structure
protected DBTemplate
templateData
protected Hashtable
templateInstances
protected Hashtable
templates
protected Vector
templatesV
protected Hashtable
textboxes
protected DBView
view
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBox(DBBox bd)
This method was created in VisualAge.void
addConnector(DBConnectorData connector)
Insert the method's description here.void
addEntry(DBEntry ed)
This method was created in VisualAge.void
addGroup(DBGroupData gd)
This method was created in VisualAge.void
addLine(DBLine ld)
This method was created in VisualAge.void
addLink(DBLinkData ld)
This method was created in VisualAge.void
addRecord(DBRecordData rd)
This method was created in VisualAge.void
addTemplate(DBTemplate t)
This method was created in VisualAge.void
addTemplateInstance(DBTemplateInstance ti)
This method was created in VisualAge.void
addTextBox(DBTextBox td)
This method was created in VisualAge.static void
checkDTYPfield(DBData db, DBDData dbd)
Check is DTYP field is defined before INP and OUT fields...Hashtable
getBoxes()
Returns the boxes.Hashtable
getConnectors()
Insert the method's description here.Hashtable
getGroups()
Insert the method's description here.Hashtable
getLines()
Returns the lines.Hashtable
getLinks()
Insert the method's description here.Hashtable
getRecords()
Insert the method's description here.Vector
getRecordsV()
Returns ordered (as read) list of records Creation date: (6.1.2001 20:37:16)Vector
getStructure()
Returns the structure.DBTemplate
getTemplateData()
Returns the templateData.Hashtable
getTemplateInstances()
Returns the templateInstances.Hashtable
getTemplates()
Returns the templates.Vector
getTemplatesV()
Returns the templates.Hashtable
getTextboxes()
Returns the textboxes.DBView
getView()
void
setView(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
-
-