| Package | Description |
|---|---|
| astro.fits |
| Modifier and Type | Field and Description |
|---|---|
private HeaderCardDescriptor.Type |
HeaderCardDescriptor.how |
| Modifier and Type | Method and Description |
|---|---|
static HeaderCardDescriptor.Type |
HeaderCardDescriptor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderCardDescriptor.Type[] |
HeaderCardDescriptor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<HeaderCardDescriptor> |
HeaderCardDescriptor.fromProperty(String t,
HeaderCardDescriptor.Type def)
Convenience method that parses a property string into a list of
header card descriptos.
|
static HeaderCardDescriptor |
HeaderCardDescriptor.parse(String p,
HeaderCardDescriptor.Type deftype)
Parses a header card description from a single string.
|
| Constructor and Description |
|---|
HeaderCardDescriptor(String k,
String value,
String comment,
HeaderCardDescriptor.Type parse) |