Package cds.savot.model
Class TDSet
- java.lang.Object
-
- cds.savot.model.SavotSet<SavotTD>
-
- cds.savot.model.TDSet
-
-
Constructor Summary
Constructors Constructor Description TDSet()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContent(int TDIndex)
Get the content at the TDIndex position of the TDSetjava.lang.String
getRawContent(int TDIndex)
Get the raw content at the TDIndex position of the TDSet (maybe null)-
Methods inherited from class cds.savot.model.SavotSet
addItem, ensureCapacity, getItemAt, getItemCount, getItems, removeAllItems, removeItemAt, setItems, trim
-
-
-
-
Method Detail
-
getContent
public java.lang.String getContent(int TDIndex)
Get the content at the TDIndex position of the TDSet- Parameters:
TDIndex
-- Returns:
- String
-
getRawContent
public java.lang.String getRawContent(int TDIndex)
Get the raw content at the TDIndex position of the TDSet (maybe null)- Parameters:
TDIndex
-- Returns:
- a String or null
-
-