edu.harvard.cfa.vo.tapclient.vosi
Class LanguageFeature

java.lang.Object
  extended by edu.harvard.cfa.vo.tapclient.vosi.LanguageFeature

public class LanguageFeature
extends java.lang.Object

Optional feature of the query language.


Method Summary
 java.lang.String getDescription()
          Human-readable freeform documentation for the language feature.
 java.lang.String getForm()
          Formal notation for the language feature.
 void list(java.io.PrintStream output)
           
 void list(java.io.PrintStream output, java.lang.String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getForm

public java.lang.String getForm()
Formal notation for the language feature.


getDescription

public java.lang.String getDescription()
Human-readable freeform documentation for the language feature.


list

public void list(java.io.PrintStream output)

list

public void list(java.io.PrintStream output,
                 java.lang.String indent)