public enum BoundingBoxTable extends Enum<BoundingBoxTable>
Enum Constant and Description |
---|
DATA |
FIRST_SPECTRUM_ID |
ID |
LAST_SPECTRUM_ID |
RUN_SLICE_ID |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BoundingBoxTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundingBoxTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoundingBoxTable ID
public static final BoundingBoxTable DATA
public static final BoundingBoxTable RUN_SLICE_ID
public static final BoundingBoxTable FIRST_SPECTRUM_ID
public static final BoundingBoxTable LAST_SPECTRUM_ID
public static String tableName
public static BoundingBoxTable[] values()
for (BoundingBoxTable c : BoundingBoxTable.values()) System.out.println(c);
public static BoundingBoxTable 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 nullpublic String getValue()
Copyright © 2019. All rights reserved.