Enum TriggerMode

java.lang.Object
java.lang.Enum<TriggerMode>
de.pco.sdk.enums.TriggerMode
All Implemented Interfaces:
Serializable, Comparable<TriggerMode>, java.lang.constant.Constable

public enum TriggerMode
extends Enum<TriggerMode>
Enumerator of the trigger modes
Author:
PCO
  • Enum Constant Details

    • AUTOTRIGGER

      public static final TriggerMode AUTOTRIGGER
    • SOFTWARETRIGGER

      public static final TriggerMode SOFTWARETRIGGER
    • EXTERNALTRIGGER

      public static final TriggerMode EXTERNALTRIGGER
    • EXTERNALEXPOSURECONTROL

      public static final TriggerMode EXTERNALEXPOSURECONTROL
    • EXTERNAL_SYNCHRONIZED

      public static final TriggerMode EXTERNAL_SYNCHRONIZED
    • FAST_EXTERNALEXPOSURECONTROL

      public static final TriggerMode FAST_EXTERNALEXPOSURECONTROL
    • EXTERNAL_CDS

      public static final TriggerMode EXTERNAL_CDS
    • SLOW_EXTERNALEXPOSURECONTROL

      public static final TriggerMode SLOW_EXTERNALEXPOSURECONTROL
    • AUTO_MULTICHANNEL

      public static final TriggerMode AUTO_MULTICHANNEL
    • UNDEFINED

      public static final TriggerMode UNDEFINED
  • Method Details

    • values

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

      public static TriggerMode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • valueOf

      public static TriggerMode valueOf​(int value) throws IllegalArgumentException
      Converter from the int value to the value of the enumerator.
      Parameters:
      value -
      Returns:
      Throws:
      IllegalArgumentException
    • getValue

      public int getValue()
      Getter
      Returns: