Uses of Enum
nom.tam.fits.Header.KeywordCheck
Packages that use Header.KeywordCheck
-
Uses of Header.KeywordCheck in nom.tam.fits
Fields in nom.tam.fits declared as Header.KeywordCheckModifier and TypeFieldDescriptionstatic final Header.KeywordCheck
Header.DEFAULT_KEYWORD_CHECK_POLICY
The keyword checking mode used by the library until the user changes it it.Methods in nom.tam.fits that return Header.KeywordCheckModifier 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.Methods in nom.tam.fits with parameters of type Header.KeywordCheckModifier 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.