Class StandardCommentReplacement

java.lang.Object
nom.tam.fits.header.StandardCommentReplacement

class StandardCommentReplacement extends Object
Specify user defined comments for standard keywords.
  • Field Details

    • comment

      private String comment
    • context

      private final Class<?> context
    • ref

      private final String ref
  • Constructor Details

    • StandardCommentReplacement

      protected StandardCommentReplacement(String ref, Class<?> context)
    • StandardCommentReplacement

      protected StandardCommentReplacement(String ref, Class<?> context, String comment)
  • Method Details

    • getComment

      public String getComment()
    • getContext

      public Class<?> getContext()
    • getRef

      public String getRef()
    • setComment

      public void setComment(String comment)