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

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

public class OutputFormat
extends java.lang.Object

Output format supported by the TAP service.


Method Summary
 java.util.List<java.lang.String> getAliases()
          Other values of FORMAT ("shorthands") that make the service return documents with the MIME type.
 java.lang.String getIvoId()
          The IVO identifier for the output format.
 java.lang.String getMime()
          The MIME type of this format.
 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

getMime

public java.lang.String getMime()
The MIME type of this format.


getAliases

public java.util.List<java.lang.String> getAliases()
Other values of FORMAT ("shorthands") that make the service return documents with the MIME type.


getIvoId

public java.lang.String getIvoId()
The IVO identifier for the output format.


list

public void list(java.io.PrintStream output)

list

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