org.dicom4j.data
Class DataSets

java.lang.Object
  extended by org.dicom4j.data.DataSets

public class DataSets
extends Object

List of DataSet

Author:
Laurent Lecomte

Constructor Summary
DataSets()
           
 
Method Summary
 void addDataSet(DataSet aDataSet)
          Add an new DataSet
 void clear()
           
 int count()
          Return the number of DataSet
 DataSet getDataSet(int aIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSets

public DataSets()
Method Detail

addDataSet

public void addDataSet(DataSet aDataSet)
Add an new DataSet

Parameters:
aDataSet - the DataSet do add

clear

public void clear()

count

public int count()
Return the number of DataSet

Returns:
number of DataSet

getDataSet

public DataSet getDataSet(int aIndex)


Copyright © 2009 dicom4j. All Rights Reserved.