Methods' Details |
setPropertyValuesTolerant
- Description
- sets the values to the properties with the specified names.
- Parameter aPropertyNames
-
specifies the names of the properties.
The property names must be sorted ascending.
If the names are not sorted the behaviour of the method
is undefined!
- Parameter aPropertyValues
-
specifies the values of the properties.
The order of the values has to be the same as in the
aPropertyNames parameter int order to match
the property name with its value.
- Returns
-
An empty sequence if all properties are successfull set.
Otherwise for every property value that could not successfully
be set an entry of the
::com::sun::star::beans::SetPropertyTolerantFailed
will be present in this sequence.
The order of the properties is also alphabetically ascending.
- Throws
- IllegalArgumentException
if the number of property names and values do not match.
|
|
getPropertyValuesTolerant
- Description
- retrieve the values of the specified properties
The count and order of the values in the returned sequence
will be the same as the order of the names in the argument.
- Parameter aPropertyNames
-
specifies the names of the properties.
The property names must be sorted ascending.
If the names are not sorted the behaviour of the method
is undefined!
- Returns
-
a sequence of type
::com::sun::star::beans::GetPropertyTolerantResult
for each of the properties listed in aPropertyNames .
|
|
getDirectPropertyValuesTolerant
- Description
- retrieve only those values of the specified properties which
are direct values.
Since the count of returned elements may be different from
the number of supplied property names the returned elements
will also state the name of the property.
- Parameter aPropertyNames
-
specifies the names of the properties.
The property names must be sorted ascending.
If the names are not sorted the behaviour of the method
is undefined!
- Returns
-
a sequence of type
::com::sun::star::beans::GetDirectPropertyTolerantResult
but only for those properties supplied whoms state is
DIRECT_VALUE .
|
|
Copyright © 2003 Sun Microsystems, Inc.