Class FitsHeaderCardParser.ParsedValue

java.lang.Object
nom.tam.fits.utilities.FitsHeaderCardParser.ParsedValue
Enclosing class:
FitsHeaderCardParser

public static class FitsHeaderCardParser.ParsedValue extends Object
value comment pair of the header card.
  • Constructor Details

    • ParsedValue

      public ParsedValue()
    • ParsedValue

      public ParsedValue(String value, String comment)
  • Method Details

    • getComment

      public String getComment()
      Returns:
      the comment of the card.
    • getValue

      public String getValue()
      Returns:
      the value of the card.
    • isString

      public boolean isString()
      Returns:
      true if the value was quoted.