Go to the source code of this file.
|  | 
| const short | UNKNOWN = 0 | 
|  | specifies an unknown state. 
 | 
| const short | DISABLED = 1 | 
|  | specifies that the property is currently disabled. 
 | 
| const short | READ_ONLY = 2 | 
|  | specifies that the property is currently read-only. 
 | 
| const short | DONT_CARE = 16 | 
|  | specifies that the property is currently in a don't care state. 
 | 
| const short | DEFAULT_VALUE = 32 | 
|  | specifies that the property is currently in a default state. 
 | 
| const short | SET = 64 | 
|  | specifies that the property is currently in a set state. 
 |