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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
comment
the comment specified with the value. -
isString
private final boolean isStringwas the value quoted? -
value
the value of the card. (trimmed)
-
-
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.
-