Enum CXCStclSharedExt

java.lang.Object
java.lang.Enum<CXCStclSharedExt>
nom.tam.fits.header.extra.CXCStclSharedExt
All Implemented Interfaces:
Serializable, Comparable<CXCStclSharedExt>, java.lang.constant.Constable, IFitsHeader

public enum CXCStclSharedExt extends Enum<CXCStclSharedExt> implements IFitsHeader
Deprecated.
These are available both in the CXCExt and STScIExt enums. This class may be removed in the future.
This is the file represents the common keywords between CXC and STSclExt. See e.g. the ASC keywords at https://planet4589.org/astro/sds/asc/ps/SDS05.pdf for defititions of these. .
Author:
Attila Kovacs and Richard van Nieuwenhoven
See Also:
  • Enum Constant Details

  • Method Details

    • values

      public static CXCStclSharedExt[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CXCStclSharedExt valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • impl

      public final FitsKey impl()
      Deprecated.
      Description copied from interface: IFitsHeader
      (primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.
      Specified by:
      impl in interface IFitsHeader
      Returns:
      the implementation of this keyword, which provides the actual access methods. Implementations of this interface should simply return themselves.