Uses of Class
de.pco.common.enums.CameraSubtype
| Package | Description |
|---|---|
| de.pco.common | |
| de.pco.common.enums |
-
Uses of CameraSubtype in de.pco.common
Fields in de.pco.common declared as CameraSubtype Modifier and Type Field Description CameraSubtypeMetadataBean. cameraSubtype -
Uses of CameraSubtype in de.pco.common.enums
Methods in de.pco.common.enums that return CameraSubtype 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.static CameraSubtypeCameraSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static CameraSubtype[]CameraSubtype. values()Returns an array containing the constants of this enum type, in the order they are declared.