public class ParsedCard<T> extends Object
| Constructor and Description | 
|---|
| ParsedCard(String key,
          CardType<T> type,
          T value,
          String comment)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getComment()Returns the comment text associated with this card. | 
| String | getKey()Returns the FITS keyword. | 
| CardType<T> | getType()Returns the type of header card. | 
| T | getValue()Returns the keyword value. | 
public String getKey()
public T getValue()
public String getComment()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.