Interface TapLanguageFeature
public interface TapLanguageFeature
Describes a non-standard or optional feature of a declared TAP query
language.
- Since:
- 29 Nov 2011
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionReturns a textual description of this feature.getForm()Returns the form of this feature.
-
Method Details
-
getForm
-
getDescription
String getDescription()Returns a textual description of this feature.- Returns:
- free-text description
-