Enum CameraType

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

public enum CameraType
extends Enum<CameraType>
Enumerator of the cameras including the family names.
Author:
PCO
  • Enum Constant Details

    • UNDEFINED

      public static final CameraType UNDEFINED
    • PCO1200HS

      public static final CameraType PCO1200HS
    • PCO1300

      public static final CameraType PCO1300
    • PCO1600

      public static final CameraType PCO1600
    • PCO2000

      public static final CameraType PCO2000
    • PCO4000

      public static final CameraType PCO4000
    • ROCHEHTC

      public static final CameraType ROCHEHTC
    • XS284

      public static final CameraType XS284
    • KODAK1300OEM

      public static final CameraType KODAK1300OEM
    • PCO1400

      public static final CameraType PCO1400
    • NEWGEN

      public static final CameraType NEWGEN
    • PROVEHR

      public static final CameraType PROVEHR
    • PCO_USBPIXELFLY

      public static final CameraType PCO_USBPIXELFLY
    • PCO_DIMAX_STD

      public static final CameraType PCO_DIMAX_STD
    • PCO_DIMAX_TV

      public static final CameraType PCO_DIMAX_TV
    • PCO_DIMAX_AUTOMOTIVE

      public static final CameraType PCO_DIMAX_AUTOMOTIVE
    • PCO_DIMAX_CS

      public static final CameraType PCO_DIMAX_CS
    • SC3_SONYQUE

      public static final CameraType SC3_SONYQUE
    • SC3_EMTI

      public static final CameraType SC3_EMTI
    • SC3_KODAK4800

      public static final CameraType SC3_KODAK4800
    • PCO_EDGE

      public static final CameraType PCO_EDGE
    • PCO_EDGE_42

      public static final CameraType PCO_EDGE_42
    • PCO_EDGE_GL

      public static final CameraType PCO_EDGE_GL
    • PCO_EDGE_USB3

      public static final CameraType PCO_EDGE_USB3
    • PCO_EDGE_HS

      public static final CameraType PCO_EDGE_HS
    • PCO_EDGE_MT

      public static final CameraType PCO_EDGE_MT
    • PCO_FLIM

      public static final CameraType PCO_FLIM
    • PCO_FLOW

      public static final CameraType PCO_FLOW
    • PCO_PANDA

      public static final CameraType PCO_PANDA
    • PCO_FAMILY_PANDA

      public static final CameraType PCO_FAMILY_PANDA
    • PCO_FAMILY_EDGE

      public static final CameraType PCO_FAMILY_EDGE
    • PCO_FAMILY_DICAM

      public static final CameraType PCO_FAMILY_DICAM
    • PCO_FAMILY_DIMAX

      public static final CameraType PCO_FAMILY_DIMAX
    • PCOUPDATE

      public static final CameraType PCOUPDATE
  • Method Details

    • values

      public static CameraType[] 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 CameraType 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 CameraType valueOf​(int value) throws IllegalArgumentException
      Converter from the int value to the value of the enumerator
      Parameters:
      value -
      Returns:
      Throws:
      IllegalArgumentException
    • isCameraFamilyName

      public boolean isCameraFamilyName()
      Checks if the enumerator value starts with PCO_FAMILY
      Returns:
    • getValue

      public int getValue()
      Getter
      Returns: