Package nom.tam.fits.header
Enum Class IFitsHeader.SOURCE
- All Implemented Interfaces:
Serializable
,Comparable<IFitsHeader.SOURCE>
,Constable
- Enclosing interface:
IFitsHeader
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionurl()
static IFitsHeader.SOURCE
Returns the enum constant of this class with the specified name.static IFitsHeader.SOURCE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHECKSUM
- See Also:
-
CXC
- See Also:
-
ESO
- See Also:
-
HEASARC
- See Also:
-
INTEGRAL
integral. -
MANDATORY
defined mandatory by the fits standard. -
MaxImDL
- See Also:
-
NOAO
- See Also:
-
RESERVED
defined reserved by the fits standard. -
ROSAT
rosat no link available. -
SBIG
- See Also:
-
STScI
- See Also:
-
UCOLICK
- See Also:
-
UNKNOWN
developed over time, source long forgotten.
-
-
Field Details
-
url
-
-
Constructor Details
-
SOURCE
-
-
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
-
url
-