Interface of a PortProperties. More...
import "SALOME_Ports.idl";
Public Member Functions | |
void | set_property (in string name, in any value) raises (Ports::BadType, Ports::BadValue, Ports::NotDefined) |
This operation permits to set a value of a property. More... | |
any | get_property (in string name) raises (Ports::NotDefined) |
This operation permits to get property's value. More... | |
Interface of a PortProperties.
This interface permits to set and get properties associated to a port. Each uses or provides port have a PortProperties object. But this object could be empty.
any Ports::PortProperties::get_property | ( | in string | name | ) | raises (Ports::NotDefined) |
This operation permits to get property's value.
name | property's name. |
Ports::NotDefined |
void Ports::PortProperties::set_property | ( | in string | name, |
in any | value | ||
) | raises (Ports::BadType, Ports::BadValue, Ports::NotDefined) |
This operation permits to set a value of a property.
name | property's name. |
value | value of the property. |
Ports::BadType | |
Ports::NotDefined |