Package nom.tam.fits.header
Enum Class HierarchicalGrouping
- All Implemented Interfaces:
Serializable
,Comparable<HierarchicalGrouping>
,Constable
,IFitsHeader
This data dictionary contains FITS keywords that have been widely used within
the astronomical community. It is recommended that these keywords only be
used as defined here. These are the Hierarchical file grouping keywords.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface nom.tam.fits.header.IFitsHeader
IFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
HierarchicalGrouping
(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) -
Method Summary
Modifier and TypeMethodDescriptioncomment()
hdu()
key()
n
(int... number) status()
static HierarchicalGrouping
Returns the enum constant of this class with the specified name.static HierarchicalGrouping[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GRPIDn
TODO: find description? -
GRPLCn
TODO: find description? -
GRPNAME
the grouping table name. TODO: find description?
-
-
Field Details
-
key
-
-
Constructor Details
-
HierarchicalGrouping
private HierarchicalGrouping(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment)
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
comment
- Specified by:
comment
in interfaceIFitsHeader
-
hdu
- Specified by:
hdu
in interfaceIFitsHeader
-
key
- Specified by:
key
in interfaceIFitsHeader
-
n
- Specified by:
n
in interfaceIFitsHeader
-
status
- Specified by:
status
in interfaceIFitsHeader
-
valueType
- Specified by:
valueType
in interfaceIFitsHeader
-