Check on null for description added to WriteStep methods
(for product, product_definition and product_definition_formation)
// --- own field : description ---
- SW.Send(ent->Description());
+ if (!ent->Description().IsNull())
+ {
+ SW.Send(ent->Description());
+ }
+ else
+ {
+ SW.SendUndef();
+ }
// --- own field : frameOfReference ---
// --- own field : description ---
- SW.Send(ent->Description());
+ if (!ent->Description().IsNull())
+ {
+ SW.Send(ent->Description());
+ }
+ else
+ {
+ SW.SendUndef();
+ }
// --- own field : formation ---
// --- own field : description ---
- SW.Send(ent->Description());
+ if (!ent->Description().IsNull())
+ {
+ SW.Send(ent->Description());
+ }
+ else
+ {
+ SW.SendUndef();
+ }
// --- own field : ofProduct ---
-puts "TODO OCC25188 ALL: Error: File "
-
puts "========"
puts "OCC25168"
puts "========"