Package uk.ac.starlink.topcat.activate
Enum Class ColFlag
- All Implemented Interfaces:
Serializable
,Comparable<ColFlag>
,Constable
Used to mark columns in a TopcatModelInfo as apparently having
some characteristic or other.
- Since:
- 26 Mar 2018
- Author:
- Mark Taylor
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionColumn (probably) contains a Datalink URL.Column (probably) contains a browser-friendly URL.Column (probably) contains an Image URL.Column (probably) contains a Spectrum URL.Column value type is string.Column (probably) contains a URL.Column (probably) contains a VOTable URL.Column (probably) contains a reference that can be mapped to a web page. -
Method Summary
-
Enum Constant Details
-
STRING
Column value type is string. -
URL
Column (probably) contains a URL. -
DATALINK
Column (probably) contains a Datalink URL. -
IMAGE
Column (probably) contains an Image URL. -
SPECTRUM
Column (probably) contains a Spectrum URL. -
VOTABLE
Column (probably) contains a VOTable URL. -
HTML
Column (probably) contains a browser-friendly URL. -
WEBREF
Column (probably) contains a reference that can be mapped to a web page. An example is a DOI or Bibcode.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-