Package nom.tam.fits.header.extra
Enum CXCStclSharedExt
- All Implemented Interfaces:
Serializable
,Comparable<CXCStclSharedExt>
,java.lang.constant.Constable
,IFitsHeader
Deprecated.
This is the file represents the common keywords between CXC and STSclExt. See e.g. the ASC keywords at
https://planet4589.org/astro/sds/asc/ps/SDS05.pdf for
defititions of these. .
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface nom.tam.fits.header.IFitsHeader
IFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Same asSTScIExt.CLOCKAPP
.Deprecated.Same asSTScIExt.MJDREF
.Deprecated.Same asSTScIExt.TASSIGN
.Deprecated.Same asDateTime.TIMEDEL
.Deprecated.Same asSTScIExt.TIMEREF
.Deprecated.Same asSTScIExt.TIMEUNIT
.Deprecated.Same asSTScIExt.TIMEZERO
.Deprecated.Same asSTScIExt.TIMVERSN
.Deprecated.Same asSTScIExt.TSTART
.Deprecated.Same asTSTOP
. -
Field Summary
Fields inherited from interface nom.tam.fits.header.IFitsHeader
MAX_INDEX
-
Method Summary
Modifier and TypeMethodDescriptionfinal FitsKey
impl()
Deprecated.(primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.static CXCStclSharedExt
Deprecated.Returns the enum constant of this type with the specified name.static CXCStclSharedExt[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface nom.tam.fits.header.IFitsHeader
comment, extractIndices, hdu, key, n, status, valueType
-
Enum Constant Details
-
CLOCKAPP
Deprecated.Same asSTScIExt.CLOCKAPP
. -
MJDREF
Deprecated.Same asSTScIExt.MJDREF
. -
TASSIGN
Deprecated.Same asSTScIExt.TASSIGN
. -
TIMEDEL
Deprecated.Same asDateTime.TIMEDEL
. -
TIMEREF
Deprecated.Same asSTScIExt.TIMEREF
. -
TIMEUNIT
Deprecated.Same asSTScIExt.TIMEUNIT
. -
TIMVERSN
Deprecated.Same asSTScIExt.TIMVERSN
. -
TIMEZERO
Deprecated.Same asSTScIExt.TIMEZERO
. -
TSTART
Deprecated.Same asSTScIExt.TSTART
. -
TSTOP
Deprecated.Same asTSTOP
.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
impl
Deprecated.Description copied from interface:IFitsHeader
(primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.- Specified by:
impl
in interfaceIFitsHeader
- Returns:
- the implementation of this keyword, which provides the actual access methods. Implementations of this interface should simply return themselves.
-
CXCExt
andSTScIExt
enums. This class may be removed in the future.