Uses of Enum
nom.tam.fits.header.IFitsHeader.VALUE
-
Uses of IFitsHeader.VALUE in nom.tam.fits.header
Modifier and TypeMethodDescriptionstatic IFitsHeader.VALUE
Returns the enum constant of this type with the specified name.static IFitsHeader.VALUE[]
IFitsHeader.VALUE.values()
Returns an array containing the constants of this enum type, in the order they are declared.FitsKey.valueType()
default IFitsHeader.VALUE
IFitsHeader.valueType()
The type(s) of value(s) this FITS header entry might take.ModifierConstructorDescriptionFitsHeaderImpl
(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) Deprecated.Creates a new standardized FITS keyword with the specific usage constraintsFitsKey
(String headerName, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) Creates a new standardized user-defined FITS keyword.FitsKey
(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) Creates a new standardized FITS keyword with the specific usage constraints.FitsKey
(String headerName, IFitsHeader.VALUE valueType, String comment) Creates a new standardized user-defined FITS keyword.