Constants' Details |
MAYBEVOID
const short MAYBEVOID = 1;
- Description
- indicates that a property value can be void.
It does not mean that the type of the property is void!
|
|
BOUND
|
CONSTRAINED
const short CONSTRAINED = 4;
- Description
- indicates that a PropertyChangeEvent will be fired
to all registered XVetoableChangeListeners whenever the
value of this property changes.
This always implies that the property is bound, too.
|
|
TRANSIENT
const short TRANSIENT = 8;
- Description
- indicates that the value of the property is not persistent.
|
|
READONLY
const short READONLY = 16;
- Description
- indicates that the value of the property is read-only.
|
|
MAYBEAMBIGUOUS
const short MAYBEAMBIGUOUS = 32;
- Description
- indicates that the value of the property can be ambiguous.
|
|
MAYBEDEFAULT
const short MAYBEDEFAULT = 64;
- Description
- indicates that the property can be set to default.
|
|
REMOVEABLE
|
REMOVABLE
const short REMOVABLE = 128;
- Usage Restrictions
- deprecated
- Deprecation Info
- same as PropertyAttribute::REMOVEABLE.
|
|
OPTIONAL
const short OPTIONAL = 256;
- Description
- indicates that a property is optional.
This attribute is not of interest for concrete property
implementations. It's needed for property specifications inside
service specifications in UNOIDL.
|
|
Copyright © 2010 Sun Microsystems, Inc.