public static enum SolverCommunication.MessageType extends java.lang.Enum<SolverCommunication.MessageType>
Enum Constant and Description |
---|
ERROR
an error message that has been sent from the solver to KeY
|
INPUT
a message that has been sent from KeY to the solver
|
OUTPUT
a non-error message that has been sent from the solver to KeY
|
Modifier and Type | Method and Description |
---|---|
static SolverCommunication.MessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolverCommunication.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolverCommunication.MessageType INPUT
public static final SolverCommunication.MessageType OUTPUT
public static final SolverCommunication.MessageType ERROR
public static SolverCommunication.MessageType[] values()
for (SolverCommunication.MessageType c : SolverCommunication.MessageType.values()) System.out.println(c);
public static SolverCommunication.MessageType 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.