<< Click to Display Table of Contents >>
HCDataModule
This class provides member variable and methods to get the information of the HCDataModule.
Member Variables
PARAMETERSET_NAME
public final static String PARAMETERSET_NAME
Type of OZ parameter.
Method Detail
getDataSetNames
public String[] getDataSetNames()
Gets the names of all data sets.
getDataSets
public HCDataSet[] getDataSets(String name)
Gets the data set with the corresponding name. The data set name makes a distinction between capitals and small letters. If you set the detail set name in the mater-detail structure, the master set is also returned. If there is no data set with the name, returns an array of which the length is 0.
Parameters:
name - Name of Data set
PrintInfo
public void PrintInfo(PrintStream out)
Prints the data and field information as PrintStream.
Parameters:
out - PrintStream object to print