Package eu.clarin.sru.client
Class SRUExplainRecordData.IndexInfo.Index
- java.lang.Object
- 
- eu.clarin.sru.client.SRUExplainRecordData.IndexInfo.Index
 
- 
- Enclosing class:
- SRUExplainRecordData.IndexInfo
 
 public static class SRUExplainRecordData.IndexInfo.Index extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSRUExplainRecordData.IndexInfo.Index.Map
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanScan()booleancanSearch()booleancanSort()StringgetId()List<SRUExplainRecordData.IndexInfo.Index.Map>getMaps()List<SRUExplainRecordData.LocalizedString>getTitle()
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() 
 - 
getTitlepublic List<SRUExplainRecordData.LocalizedString> getTitle() 
 - 
canSearchpublic boolean canSearch() 
 - 
canScanpublic boolean canScan() 
 - 
canSortpublic boolean canSort() 
 - 
getMapspublic List<SRUExplainRecordData.IndexInfo.Index.Map> getMaps() 
 
- 
 
-