Package nom.tam.fits.utilities
Class FitsHeaderCardParser.ParsedValue
java.lang.Object
nom.tam.fits.utilities.FitsHeaderCardParser.ParsedValue
- Enclosing class:
- FitsHeaderCardParser
value comment pair of the header card.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParsedValue
public ParsedValue() -
ParsedValue
-
-
Method Details
-
getComment
- Returns:
- the comment of the card.
-
getValue
- Returns:
- the value of the card.
-
isString
public boolean isString()- Returns:
- true if the value was quoted.
-