Snappy: get operator product suffix

Hi all,

is there a way to read the product suffix that is added automatically in the graph builder?
E.g. once the Terrain-Flattening node is added to a workflow, the output product name will have a suffix _TF.
The suffix is an attribute of the respective operator class:

private static final String PRODUCT_SUFFIX = "_TF";

Can this attribute be read with snappy?

Thanks a lot,
John