import "CosPropertyService.idl";
Inherits CosPropertyService::PropertySet.
Public Methods | |
void | get_allowed_property_types (out PropertyTypes property_types) |
Returns the allowed property types for this PropertySetDef. More... | |
void | get_allowed_properties (out PropertyDefs property_defs) |
Returns the allowed properties for this PropertySetDef. More... | |
void | define_property_with_mode (in PropertyName property_name, in any property_value, in PropertyModeType property_mode) raises (InvalidPropertyName, ConflictingProperty, UnsupportedTypeCode, UnsupportedProperty, UnsupportedMode, ReadOnlyProperty) |
Will modify or add a property def to the PropertySetDef. More... | |
void | define_properties_with_modes (in PropertyDefs property_defs) raises (MultipleExceptions) |
Will modify or add each of the properties in property_defs. More... | |
PropertyModeType | get_property_mode (in PropertyName property_name) raises (PropertyNotFound, InvalidPropertyName) |
Returns the mode for the property with property_name. More... | |
boolean | get_property_modes (in PropertyNames property_names, out PropertyModes property_modes) |
Will return the property modes for the property names given in the input sequence. More... | |
void | set_property_mode (in PropertyName property_name, in PropertyModeType property_mode) raises (InvalidPropertyName, PropertyNotFound, UnsupportedMode) |
Sets the mode for the property with property_name. More... | |
void | set_property_modes (in PropertyModes property_modes) raises (MultipleExceptions) |
Set the mode for each of the properties in property_modes. More... |
|
Will modify or add each of the properties in property_defs. The define_property_with_mode operation will be called for each element in the property_defs sequence.
|
|
Will modify or add a property def to the PropertySetDef. If the property already exists, then the property type and mode is checked before the value is overwritten.
|
|
Returns the allowed properties for this PropertySetDef. The client is responsible for deleting out parameters. |
|
Returns the allowed property types for this PropertySetDef. The client is responsible for deleting out parameters. |
|
Returns the mode for the property with property_name.
|
|
Will return the property modes for the property names given in the input sequence.
|
|
Sets the mode for the property with property_name. Returns false if any of the calls to get_property_mode resulted in an exception.
|
|
Set the mode for each of the properties in property_modes. The set_property_mode operation will be called for each element in the property_modes sequence.
|