cds.savot.model
Class TDSet

java.lang.Object
  extended by cds.savot.model.SavotSet
      extended by cds.savot.model.TDSet

public class TDSet
extends SavotSet

Set of TD elements

Version:
2.6 Copyright CDS 2002-2005 (kickoff 31 May 02)
Author:
Andre Schaaff
See Also:
SavotSet

Constructor Summary
TDSet()
          Constructor
 
Method Summary
 byte[] getByteContent(int TDIndex)
          Get the content at the TDIndex position of the TDSet
 java.lang.String getContent(int TDIndex)
          Get the content at the TDIndex position of the TDSet
 
Methods inherited from class cds.savot.model.SavotSet
addItem, getItemAt, getItemCount, getItems, removeAllItems, removeItemAt, setItems
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TDSet

public TDSet()
Constructor

Method Detail

getContent

public java.lang.String getContent(int TDIndex)
Get the content at the TDIndex position of the TDSet

Parameters:
TDIndex -
Returns:
String

getByteContent

public byte[] getByteContent(int TDIndex)
Get the content at the TDIndex position of the TDSet

Parameters:
TDIndex -
Returns:
bytes array


Copyright © 2009 UDS/CNRS