public static class AbstractTarget.FitsEntry extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
comment
The optional comment.
|
private String |
key
The mandatory key.
|
private String |
parameter
The mandatory parameter name.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
FitsEntry(String fitskey,
String value,
String remark)
Constructs a new fits entry object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Returns the optional comment.
|
String |
getKey()
Returns the fits-header key.
|
String |
getParameterName()
Returns the name of the parameter whose value should enter the fits
header.
|
private static final long serialVersionUID
private final String key
private final String parameter
private final String comment
public String getKey()
public String getParameterName()
public String getComment()