Package cds.savot.model
Class TDSet
Set of TD elements
- Author:
- Andre Schaaff
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContent
(int TDIndex) Get the content at the TDIndex position of the TDSetgetRawContent
(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
-
Constructor Details
-
TDSet
public TDSet()Constructor
-
-
Method Details
-
getContent
Get the content at the TDIndex position of the TDSet- Parameters:
TDIndex
-- Returns:
- String
-
getRawContent
Get the raw content at the TDIndex position of the TDSet (maybe null)- Parameters:
TDIndex
-- Returns:
- a String or null
-