Uses of Enum
nom.tam.fits.Header.KeywordCheck
-
Uses of Header.KeywordCheck in nom.tam.fits
Modifier and TypeFieldDescriptionstatic final Header.KeywordCheck
Header.DEFAULT_KEYWORD_CHECK_POLICY
The keyword checking mode used by the library until the user changes it it.Modifier and TypeMethodDescriptionfinal Header.KeywordCheck
Header.getKeywordChecking()
Returns the current keyword checking mode.static Header.KeywordCheck
Returns the enum constant of this type with the specified name.static Header.KeywordCheck[]
Header.KeywordCheck.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
Header.setDefaultKeywordChecking
(Header.KeywordCheck mode) Sets the default mode of built-in standard keyword checking mode for new headers.void
Header.setKeywordChecking
(Header.KeywordCheck mode) Sets the built-in standard keyword checking mode.