3233343536373839404142
{ // Write the getMetricQNames method if the op is MUWS_RESET_ALL, otherwise nothing switch ( opId ) { case AbstractOperationWriterFactory.MUWS_RESET_ALL: return new MuwsGetMetricQNamesOperationWriter( ); default: return null; } }