public static enum BenthosFrequencyUIModel.ConfigurationMode extends Enum<BenthosFrequencyUIModel.ConfigurationMode>
| Enum Constant and Description |
|---|
AUTO_GEN |
RAFALE |
SIMPLE |
SIMPLE_COUNTING |
| Modifier and Type | Method and Description |
|---|---|
static BenthosFrequencyUIModel.ConfigurationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BenthosFrequencyUIModel.ConfigurationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BenthosFrequencyUIModel.ConfigurationMode SIMPLE
public static final BenthosFrequencyUIModel.ConfigurationMode AUTO_GEN
public static final BenthosFrequencyUIModel.ConfigurationMode RAFALE
public static final BenthosFrequencyUIModel.ConfigurationMode SIMPLE_COUNTING
public static BenthosFrequencyUIModel.ConfigurationMode[] values()
for (BenthosFrequencyUIModel.ConfigurationMode c : BenthosFrequencyUIModel.ConfigurationMode.values()) System.out.println(c);
public static BenthosFrequencyUIModel.ConfigurationMode 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 nullCopyright © 2012–2013 Ifremer. All rights reserved.