Uses of Class
de.pco.common.enums.CameraType
| Package | Description |
|---|---|
| de.pco.common | |
| de.pco.common.enums |
-
Uses of CameraType in de.pco.common
Fields in de.pco.common declared as CameraType Modifier and Type Field Description CameraTypeMetadataBean. cameraType -
Uses of CameraType in de.pco.common.enums
Methods in de.pco.common.enums that return CameraType Modifier and Type Method Description static CameraTypeCameraType. valueOf(int value)Convertor from the int value to the value of the enumeratorstatic CameraTypeCameraType. valueOf(String name)Returns the enum constant of this type with the specified name.static CameraType[]CameraType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.common.enums with parameters of type CameraType Modifier and Type Method Description static CameraSubtypeCameraSubtype. valueOf(int value, CameraType familyType)Convertor from the int value and the camera family type to the value of the enumerator.