public static enum LoadUserTacletsDialog.Mode extends java.lang.Enum<LoadUserTacletsDialog.Mode>
Enum Constant and Description |
---|
LOAD
load taclets into current proof environment but allow also their proof
|
PROVE
only prove taclets but do not add them to current proof
|
Modifier and Type | Method and Description |
---|---|
static LoadUserTacletsDialog.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadUserTacletsDialog.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadUserTacletsDialog.Mode PROVE
public static final LoadUserTacletsDialog.Mode LOAD
public static LoadUserTacletsDialog.Mode[] values()
for (LoadUserTacletsDialog.Mode c : LoadUserTacletsDialog.Mode.values()) System.out.println(c);
public static LoadUserTacletsDialog.Mode 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 nullCopyright © 2003-2019 The KeY-Project.