package com.mm.android.deviceaddmodule.mobilecommon.widget.linechart.adapter; public interface IValueAdapter { String value2String(double value); }