getBomStatusEnum
getBomStatuEnum
<comp>:getBomStatusEnum()-> bomstatus (enum)
Ritorna un intero descrittivo dello stato di distinta del componente.
enum EBrxStatusBOM
{
eRegular = 0, // default behavior
eTransparent = 1, // should be not included in BOM but its subcomponents can be included if necessary
eTerminal = 2, // should be treated as a leaf component
eExcluded = 3, // should be completely excluded from BOM with all subcomponents
};