Package adams.data.id
Interface IDHandler
-
- All Known Subinterfaces:
DataContainer<T>
,DataContainerWithSpreadSheetSupport<T>
,MutableIDHandler
,NamedContainer
- All Known Implementing Classes:
AbstractDataContainer
,BinnableGroup
,BlobContainer
,Instance
,InstanceContainer
,ObjectContainer
,ReportContainer
,SequencePlotContainer
,SequencePlotSequence
,SpreadSheetRow
,SpreadSheetRowContainer
,TextContainer
,Timeseries
,TimeseriesContainer
,XYSequence
,XYSequenceContainer
public interface IDHandler
For classes that handle IDs (of type String).- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getID()
Returns the ID.
-
-
-
Method Detail
-
getID
String getID()
Returns the ID.- Returns:
- the ID
-
-