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

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

public class Version
extends java.lang.Object

The version of a capability element such as Language.


Method Summary
 java.lang.String getIvoId()
          An optional IVORN of the language.
 java.lang.String getValue()
          A version of the language supported by the server.
 void list(java.io.PrintStream output)
          Write this Version to the PrintStream.
 void list(java.io.PrintStream output, java.lang.String indent)
          Write this Version to the PrintStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()
A version of the language supported by the server.

Returns:
the version value

getIvoId

public java.lang.String getIvoId()
An optional IVORN of the language.

Returns:
the IVO id associated with the version

list

public void list(java.io.PrintStream output)
Write this Version to the PrintStream.

Parameters:
output - the PrinteStream

list

public void list(java.io.PrintStream output,
                 java.lang.String indent)
Write this Version to the PrintStream.

Parameters:
output - the PrinteStream
indent - the indentation to prepend