Enum Class ITestServer.Verdict

java.lang.Object
java.lang.Enum<ITestServer.Verdict>
com.mks.tm.api.ITestServer.Verdict
All Implemented Interfaces:
Serializable, Comparable<ITestServer.Verdict>, Constable
Enclosing interface:
ITestServer

public static enum ITestServer.Verdict extends Enum<ITestServer.Verdict>
The predefined verdicts in the system. These can be used to lookup the predefined verdict name in a language neutral fashion.
See Also:
  • Enum Constant Details

  • Method Details

    • values

      public static ITestServer.Verdict[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ITestServer.Verdict valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getID

      public int getID()