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