public enum BoundingBoxRtreeTable extends Enum<BoundingBoxRtreeTable>
| Enum Constant and Description |
|---|
ID |
MAX_MZ |
MAX_TIME |
MIN_MZ |
MIN_TIME |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static BoundingBoxRtreeTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundingBoxRtreeTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoundingBoxRtreeTable ID
public static final BoundingBoxRtreeTable MIN_MZ
public static final BoundingBoxRtreeTable MAX_MZ
public static final BoundingBoxRtreeTable MIN_TIME
public static final BoundingBoxRtreeTable MAX_TIME
public static String tableName
public static BoundingBoxRtreeTable[] values()
for (BoundingBoxRtreeTable c : BoundingBoxRtreeTable.values()) System.out.println(c);
public static BoundingBoxRtreeTable 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.