Package uk.ac.starlink.vo
Class ConeVerbosity
java.lang.Object
uk.ac.starlink.vo.ConeVerbosity
Enumeration class which describes verbosity levels permitted by the
Cone Search standard.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns a one-word characterisation of this verbosity level.int
getLevel()
Returns the integer verbosity level.static ConeVerbosity[]
Returns legal verbosities for a cone search.int
hashCode()
toString()
Stringified level, suitable for use in a combo box.
-
Method Details
-
getComment
Returns a one-word characterisation of this verbosity level.- Returns:
- verbosity in text
-
getLevel
public int getLevel()Returns the integer verbosity level.- Returns:
- verbosity as an integer
-
toString
Stringified level, suitable for use in a combo box. -
equals
-
hashCode
public int hashCode() -
getOptions
Returns legal verbosities for a cone search.- Returns:
- array of verbosities 1, 2, 3
-