Package nom.tam.fits.header
Class StandardCommentReplacement
- java.lang.Object
-
- nom.tam.fits.header.StandardCommentReplacement
-
class StandardCommentReplacement extends java.lang.Object
Specify user defined comments for standard keywords.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StandardCommentReplacement(java.lang.String ref, java.lang.Class<?> context)
protected
StandardCommentReplacement(java.lang.String ref, java.lang.Class<?> context, java.lang.String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
java.lang.Class<?>
getContext()
java.lang.String
getRef()
void
setComment(java.lang.String comment)
-