CosPropertyService_PropertySetFactory
MODULE
MODULE SUMMARY
DESCRIPTION
To get access to the record definitions for the structures use:
-include_lib("cosProperty/include/CosPropertyService.hrl").
EXPORTS
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.