public enum HierarchicalGrouping extends Enum<HierarchicalGrouping> implements IFitsHeader
IFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE| Enum Constant and Description |
|---|
GRPIDn
TODO: find description?
|
GRPLCn
TODO: find description?
|
GRPNAME
the grouping table name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
comment() |
IFitsHeader.HDU |
hdu() |
String |
key() |
IFitsHeader |
n(int... number) |
IFitsHeader.SOURCE |
status() |
static HierarchicalGrouping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HierarchicalGrouping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
IFitsHeader.VALUE |
valueType() |
public static final HierarchicalGrouping GRPIDn
public static final HierarchicalGrouping GRPLCn
public static final HierarchicalGrouping GRPNAME
public static HierarchicalGrouping[] values()
for (HierarchicalGrouping c : HierarchicalGrouping.values()) System.out.println(c);
public static HierarchicalGrouping 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.