| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.configuration.ClipboardPolicy | |
The ClipboardPolicy enumeration defines the features which can be accessible
 to the user through the Clipboard.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ClipboardPolicy | ALL | All features are allowed to the user. | |||||||||
| ClipboardPolicy | NONE | No features are allowed to the user. | |||||||||
| ClipboardPolicy | ONLY_TEXT | Only text manipulation is allowed, such as "Copy", "Cut", "Paste" and "Select all". | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding ClipboardPolicy value, from a valid integer. 
  
   | |||||||||||
Converts the ClipboardPolicy to its integer corresponding value. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
Only text manipulation is allowed, such as "Copy", "Cut", "Paste" and "Select all".
Retrieves the corresponding ClipboardPolicy value, from a valid integer.
| n | int | 
        
|---|
Converts the ClipboardPolicy to its integer corresponding value.