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 Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface IFitsHeader
IFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateHierarchicalGrouping(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) -
Method Summary
Modifier and TypeMethodDescriptioncomment()hdu()key()n(int... number) status()static HierarchicalGroupingReturns 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:
commentin interfaceIFitsHeader
-
hdu
- Specified by:
hduin interfaceIFitsHeader
-
key
- Specified by:
keyin interfaceIFitsHeader
-
n
- Specified by:
nin interfaceIFitsHeader
-
status
- Specified by:
statusin interfaceIFitsHeader
-
valueType
- Specified by:
valueTypein interfaceIFitsHeader
-