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