Uses of Enum
nom.tam.fits.Header.KeywordCheck
Packages that use Header.KeywordCheck
- 
Uses of Header.KeywordCheck in nom.tam.fitsFields in nom.tam.fits declared as Header.KeywordCheckModifier and TypeFieldDescriptionstatic final Header.KeywordCheckHeader.DEFAULT_KEYWORD_CHECK_POLICYThe 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.KeywordCheckHeader.getKeywordChecking()Returns the current keyword checking mode.static Header.KeywordCheckReturns 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 voidHeader.setDefaultKeywordChecking(Header.KeywordCheck mode) Sets the default mode of built-in standard keyword checking mode for new headers.voidHeader.setKeywordChecking(Header.KeywordCheck mode) Sets the built-in standard keyword checking mode.