| typedef sequence<ProductPart> corba::pcat::pp::ProductPartSeq |
| typedef sequence<PpType> corba::pcat::pp::PpTypeSeq |
| typedef sequence<TariffSystemId> corba::pcat::pp::TariffSystemIdSeq |
Configuration of the product part.
This enum defines if a prpduct part can (must) be configured.
| cfgNone | Configuration not possible. |
| cfgOptional | Configuration optional. |
| cfgMandatory | Configuration mandatory. |
Definition at line 134 of file productpart.idl.
Default personalization of the product part.
This enum defines if and how a product part supports default personalization.
| defPersNone | No default personalization possible. |
| defPersOptional | Default personalization optional. |
| defPersMandatory | Default personalization mandatory. |
Definition at line 146 of file productpart.idl.
Personalization of the product part.
This enum defines if the a personalized part can (must) be configured.
In contrast to PpCfgType and PpDefPersType this depends an the actual configuration of the product part.
| persNone | |
| persOptional | Personalization not possible. |
| persMandatory | Personalization mandatory. |
Definition at line 160 of file productpart.idl.
1.4.7