protected static enum EdrGapList.RowKey extends java.lang.Enum<EdrGapList.RowKey>
| Enum Constant and Description |
|---|
Data
Ungapped data
|
Gapped
Gapped data
|
| Modifier and Type | Method and Description |
|---|---|
static EdrGapList.RowKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EdrGapList.RowKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdrGapList.RowKey Gapped
public static final EdrGapList.RowKey Data
public static EdrGapList.RowKey[] values()
for (EdrGapList.RowKey c : EdrGapList.RowKey.values()) System.out.println(c);
public static EdrGapList.RowKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright \ (C) Arizona Board of Regents on behalf of the \ Planetary Image Research Laboratory, Lunar and \ Planetary Laboratory at the University of Arizona