Uses of Enum
nom.tam.fits.HeaderCard.ValueCheck
Packages that use HeaderCard.ValueCheck
-
Uses of HeaderCard.ValueCheck in nom.tam.fits
Fields in nom.tam.fits declared as HeaderCard.ValueCheckModifier and TypeFieldDescriptionstatic final HeaderCard.ValueCheck
HeaderCard.DEFAULT_VALUE_CHECK_POLICY
Default value type checking policy for cards with standardizedIFitsHeader
keywords.Methods in nom.tam.fits that return HeaderCard.ValueCheckModifier and TypeMethodDescriptionstatic HeaderCard.ValueCheck
HeaderCard.getValueCheckingPolicy()
Returns the current policy for checking if set values are of the allowed type for cards with standardizedIFitsHeader
keywords.static HeaderCard.ValueCheck
Returns the enum constant of this type with the specified name.static HeaderCard.ValueCheck[]
HeaderCard.ValueCheck.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 HeaderCard.ValueCheckModifier and TypeMethodDescriptionstatic void
HeaderCard.setValueCheckingPolicy
(HeaderCard.ValueCheck policy) Sets the policy to used for checking if set values conform to the expected types for cards that use standardized FITS keywords via theIFitsHeader
interface.