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