Go to the source code of this file.
|  | 
| const short | MAYBEVOID = 1 | 
|  | indicates that a property value can be void. 
 | 
|  | 
| const short | BOUND = 2 | 
|  | indicates that a PropertyChangeEvent will be fired to all registered XPropertyChangeListeners whenever the value of this property changes. 
 | 
|  | 
| const short | CONSTRAINED = 4 | 
|  | indicates that a PropertyChangeEvent will be fired to all registered XVetoableChangeListeners whenever the value of this property is about to change. 
 | 
|  | 
| const short | TRANSIENT = 8 | 
|  | indicates that the value of the property is not persistent. 
 | 
|  | 
| const short | READONLY = 16 | 
|  | indicates that the value of the property is read-only. 
 | 
|  | 
| const short | MAYBEAMBIGUOUS = 32 | 
|  | indicates that the value of the property can be ambiguous. 
 | 
|  | 
| const short | MAYBEDEFAULT = 64 | 
|  | indicates that the property can be set to default. 
 | 
|  | 
| const short | REMOVABLE = 128 | 
|  | indicates that the property can be removed (i.e., by calling XPropertyContainer::removeProperty()). 
 | 
|  | 
| const short | REMOVEABLE = 128 | 
|  | 
| const short | OPTIONAL = 256 | 
|  | indicates that a property is optional. 
 | 
|  |