public static enum HDU.XTENSION extends Enum<HDU.XTENSION>
Modifier and Type | Method and Description |
---|---|
static HDU.XTENSION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HDU.XTENSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HDU.XTENSION IMAGE
public static final HDU.XTENSION BINTABLE
public static final HDU.XTENSION TABLE
public static final HDU.XTENSION NONE
public static HDU.XTENSION[] values()
for (HDU.XTENSION c : HDU.XTENSION.values()) System.out.println(c);
public static HDU.XTENSION valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.