public enum NonStandard extends Enum<NonStandard> implements IFitsHeader
IFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE| Enum Constant and Description |
|---|
CONTINUE
The CONTINUE keyword, when followed by spaces in columns 9 and 10 of the
card image and a character string enclosed in single quotes starting in
column 11 or higher, indicates that the quoted string should be treated
as a continuation of the character string value in the previous key
keyword.
|
HIERARCH
The HIERARCH keyword, when followed by spaces in columns 9 and 10 of the
FITS card image, indicates that the ESO HIERARCH keyword convention
should be used to interpret the name and value of the keyword.
|
INHERIT
The presence of this keyword with a value = T in an extension key
indicates that the keywords contained in the primary key (except the FITS
Mandatory keywords, and any COMMENT, HISTORY or 'blank' keywords) are to
be inherited, or logically included in that extension key.
|
| Modifier and Type | Method and Description |
|---|---|
String |
comment() |
IFitsHeader.HDU |
hdu() |
String |
key() |
IFitsHeader |
n(int... number) |
IFitsHeader.SOURCE |
status() |
static NonStandard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonStandard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
IFitsHeader.VALUE |
valueType() |
public static final NonStandard CONTINUE
public static final NonStandard HIERARCH
public static final NonStandard INHERIT
public static NonStandard[] values()
for (NonStandard c : NonStandard.values()) System.out.println(c);
public static NonStandard valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String comment()
comment in interface IFitsHeaderpublic IFitsHeader.HDU hdu()
hdu in interface IFitsHeaderpublic String key()
key in interface IFitsHeaderpublic IFitsHeader n(int... number)
n in interface IFitsHeaderpublic IFitsHeader.SOURCE status()
status in interface IFitsHeaderpublic IFitsHeader.VALUE valueType()
valueType in interface IFitsHeaderCopyright © 1996–2018 nom-tam-fits. All rights reserved.