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