Enum Class Synonyms

java.lang.Object
java.lang.Enum<Synonyms>
nom.tam.fits.header.Synonyms
All Implemented Interfaces:
Serializable, Comparable<Synonyms>, Constable

public enum Synonyms extends Enum<Synonyms>
This enum wil try to list synonyms inside or over different dictionaries. So please use always the higest level keyword you can find.
Author:
Richard van Nieuwenhoven
  • Enum Constant Details

    • EQUINOX

      public static final Synonyms EQUINOX
    • TIMESYS

      public static final Synonyms TIMESYS
    • RADESYS

      public static final Synonyms RADESYS
    • DARKTIME

      public static final Synonyms DARKTIME
  • Method Details

    • values

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

      public static Synonyms valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getSynonyms

      public IFitsHeader[] getSynonyms()
    • primaryKeyword

      public IFitsHeader primaryKeyword()
    • primaryKeyword

      public static IFitsHeader primaryKeyword(IFitsHeader header)
    • primaryKeyword

      public static String primaryKeyword(String header)