21  module 
com {  module sun {  module star {  module beans {
    26 published constants PropertyAttribute
 const short MAYBEAMBIGUOUS
indicates that the value of the property can be ambiguous. 
Definition: PropertyAttribute.idl:64
 
const short TRANSIENT
indicates that the value of the property is not persistent. 
Definition: PropertyAttribute.idl:54
 
const short REMOVABLE
indicates that the property can be removed (i.e., by calling XPropertyContainer::removeProperty()). 
Definition: PropertyAttribute.idl:75
 
Definition: Ambiguous.idl:20
 
const short MAYBEVOID
indicates that a property value can be void. 
Definition: PropertyAttribute.idl:33
 
const short READONLY
indicates that the value of the property is read-only. 
Definition: PropertyAttribute.idl:59
 
const short OPTIONAL
indicates that a property is optional. 
Definition: PropertyAttribute.idl:92
 
const short BOUND
indicates that a PropertyChangeEvent will be fired to all registered XPropertyChangeListeners wheneve...
Definition: PropertyAttribute.idl:40
 
const short CONSTRAINED
indicates that a PropertyChangeEvent will be fired to all registered XVetoableChangeListeners wheneve...
Definition: PropertyAttribute.idl:49
 
const short MAYBEDEFAULT
indicates that the property can be set to default. 
Definition: PropertyAttribute.idl:69
 
const short REMOVEABLE
Definition: PropertyAttribute.idl:80