Package com.hello2morrow.sonargraph.api
Interface IPluginMetricId
public interface IPluginMetricId
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
isFloat
boolean isFloat() -
getMetricRange
PluginMetricRange getMetricRange() -
getCharacteristic
PluginMetricCharacteristic getCharacteristic() -
getAvailableLevels
Set<PluginMetricLevel> getAvailableLevels() -
getProvider
Object getProvider()
-