Package nom.tam.fits.header
Enum HierarchicalGrouping
- All Implemented Interfaces:
- Serializable,- Comparable<HierarchicalGrouping>,- java.lang.constant.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.
- Author:
- Richard van Nieuwenhoven
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface nom.tam.fits.header.IFitsHeaderIFitsHeader.HDU, IFitsHeader.SOURCE, IFitsHeader.VALUE
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields inherited from interface nom.tam.fits.header.IFitsHeaderMAX_INDEX
- 
Method SummaryModifier and TypeMethodDescriptionfinal FitsKeyimpl()(primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.static HierarchicalGroupingReturns 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.Methods inherited from class java.lang.EnumcompareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface nom.tam.fits.header.IFitsHeadercomment, extractIndices, hdu, key, n, status, valueType
- 
Enum Constant Details- 
GRPIDnTODO: find description?
- 
GRPLCnTODO: find description?
- 
GRPNAMEthe grouping table name. TODO: find description?
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
implDescription copied from interface:IFitsHeader(primarily for internal use) Returns the concrete implementation of this header entry, which provides implementation of access methods.- Specified by:
- implin interface- IFitsHeader
- Returns:
- the implementation of this keyword, which provides the actual access methods. Implementations of this interface should simply return themselves.
 
 
-