Enum Class PlateEvent

java.lang.Object
java.lang.Enum<PlateEvent>
uk.ac.gda.devices.insitu.model.PlateEvent
All Implemented Interfaces:
Serializable, Comparable<PlateEvent>, Constable

public enum PlateEvent extends Enum<PlateEvent>
  • Enum Constant Details

    • _calibrate

      public static final PlateEvent _calibrate
    • _load_plate

      public static final PlateEvent _load_plate
    • _load_plate_OK

      public static final PlateEvent _load_plate_OK
    • _move_plate

      public static final PlateEvent _move_plate
    • _move_plate_OK

      public static final PlateEvent _move_plate_OK
    • _unload_plate

      public static final PlateEvent _unload_plate
    • _unload_plate_OK

      public static final PlateEvent _unload_plate_OK
    • _error

      public static final PlateEvent _error
  • Field Details

  • Method Details

    • values

      public static PlateEvent[] 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 PlateEvent 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
    • getEvent

      public static PlateEvent getEvent(String message)
    • message

      public String message()