Package de.pco.sdk.enums
Enum 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description intgetValue()GetterbooleanisCameraFamilyName()Checks if the enumerator value starts with PCO_FAMILYstatic CameraTypevalueOf(int value)Converter from the int value to the value of the enumeratorstatic CameraTypevalueOf(String name)Returns the enum constant of this type with the specified name.static CameraType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNDEFINED
-
PCO1200HS
-
PCO1300
-
PCO1600
-
PCO2000
-
PCO4000
-
ROCHEHTC
-
XS284
-
KODAK1300OEM
-
PCO1400
-
NEWGEN
-
PROVEHR
-
PCO_USBPIXELFLY
-
PCO_DIMAX_STD
-
PCO_DIMAX_TV
-
PCO_DIMAX_AUTOMOTIVE
-
PCO_DIMAX_CS
-
SC3_SONYQUE
-
SC3_EMTI
-
SC3_KODAK4800
-
PCO_EDGE
-
PCO_EDGE_42
-
PCO_EDGE_GL
-
PCO_EDGE_USB3
-
PCO_EDGE_HS
-
PCO_EDGE_MT
-
PCO_FLIM
-
PCO_FLOW
-
PCO_PANDA
-
PCO_FAMILY_PANDA
-
PCO_FAMILY_EDGE
-
PCO_FAMILY_DICAM
-
PCO_FAMILY_DIMAX
-
PCOUPDATE
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
valueOf
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:
-