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