CosPropertyService_PropertySetFactory
This module implements the OMG CosPropertyService::PropertySetFactory interface.
- Provided by: erlang-manpages (Version: 1:20.2.2+dfsg-1ubuntu2)
- Source: erlang
- Report a bug
This module implements the OMG CosPropertyService::PropertySetFactory interface.
To get access to the record definitions for the structures use:
-include_lib("cosProperty/include/CosPropertyService.hrl").
create_propertyset(Factory) -> PropertySet
Types:
This operation creates a new PropertySet with no predefined properties.
create_constrained_propertyset(Factory, PropertyTypes,
Properties) -> Reply
Types:
This operation creates a new PropertySet with specific constraints. PropertyTypes states allowed TypeCode's and Properties valid CosPropertyService::Property data.
create_initial_propertyset(Factory, Properties) -> Reply
Types:
This operation creates a new PropertySet with specific initial properties.