public enum Synonyms extends java.lang.Enum<Synonyms>
Modifier and Type | Method and Description |
---|---|
IFitsHeader[] |
getSynonyms() |
IFitsHeader |
primaryKeyword() |
static IFitsHeader |
primaryKeyword(IFitsHeader header) |
static java.lang.String |
primaryKeyword(java.lang.String header) |
static Synonyms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Synonyms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Synonyms EQUINOX
public static final Synonyms TIMESYS
public static final Synonyms RADESYS
public static final Synonyms DARKTIME
public static Synonyms[] values()
for (Synonyms c : Synonyms.values()) System.out.println(c);
public static Synonyms valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic IFitsHeader[] getSynonyms()
public IFitsHeader primaryKeyword()
public static IFitsHeader primaryKeyword(IFitsHeader header)
public static java.lang.String primaryKeyword(java.lang.String header)