Interface TapServiceFinder.Service
- Enclosing interface:
TapServiceFinder
public static interface TapServiceFinder.Service
Basic metadata describing a TAP service.
- Since:
- 30 Jun 2015
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionReturns a textual description of this service.getId()Returns the IVO Identifier for this service.getName()Returns the short name of this service.Returns the TAP base URL for access to this service.intReturns the number of tables provided by this service.getTitle()Returns the title of this service.
-
Method Details
-
getId
-
getName
-
getTitle
-
getDescription
-
getServiceUrl
-
getTableCount
int getTableCount()Returns the number of tables provided by this service. If not known, -1 may be returned.- Returns:
- table count, or -1
-