public enum ProvingSystemType extends Enum<ProvingSystemType>
| Enum Constant and Description |
|---|
COBOUNDARY_MARLIN |
DARLIN |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static ProvingSystemType |
intToProvingSystemType(int val) |
static ProvingSystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvingSystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvingSystemType UNDEFINED
public static final ProvingSystemType DARLIN
public static final ProvingSystemType COBOUNDARY_MARLIN
public static ProvingSystemType[] values()
for (ProvingSystemType c : ProvingSystemType.values()) System.out.println(c);
public static ProvingSystemType 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 static ProvingSystemType intToProvingSystemType(int val)
Copyright © 2020–2021. All rights reserved.