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