Modifier and Type | Field and Description |
---|---|
protected java.util.List |
datasets |
Constructor and Description |
---|
UFF() |
Modifier and Type | Method and Description |
---|---|
void |
addDataset(DatasetIF dataset)
Add a new data set
|
DatasetIF |
getDataset(int number)
Get the field with the given number.
|
java.util.Iterator |
getDatasets()
Get all records.
|
java.lang.String |
getPresentationString()
Get the presentation string of the record.
|
void |
print(java.io.PrintStream out)
Print the object to the given print stream.
|
void |
readObject(java.io.BufferedReader reader)
Read object
|
public java.util.Iterator getDatasets()
getDatasets
in interface UFFIF
public DatasetIF getDataset(int number)
getDataset
in interface UFFIF
number
- the number of the field.public void addDataset(DatasetIF dataset)
dataset
- the new dataset.public void readObject(java.io.BufferedReader reader) throws java.io.IOException, java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException
readObject
in interface UFFIF
reader
- a buffered reader.java.io.IOException
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
public java.lang.String getPresentationString()
getPresentationString
in interface UFFIF