public static enum Global.simulationType extends java.lang.Enum<Global.simulationType>
Enum Constant and Description |
---|
concurrent_hash_based |
Modifier and Type | Method and Description |
---|---|
static Global.simulationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Global.simulationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Global.simulationType concurrent_hash_based
public static Global.simulationType[] values()
for (Global.simulationType c : Global.simulationType.values()) System.out.println(c);
public static Global.simulationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null