| Constructor and Description |
|---|
Metric(int id,
String key,
String valueType,
String description,
int direction,
String name,
boolean qualitative,
boolean userManaged,
Double worstValue,
Double bestValue,
boolean optimizedBestValue) |
| Modifier and Type | Method and Description |
|---|---|
Double |
bestValue() |
String |
description() |
int |
direction() |
int |
id() |
boolean |
isOptimizedBestValue() |
boolean |
isQualitative() |
boolean |
isUserManaged() |
String |
key() |
String |
name() |
String |
valueType() |
Double |
worstValue() |
public int id()
@CheckForNull public String description()
public int direction()
public boolean isQualitative()
public boolean isUserManaged()
@CheckForNull public Double worstValue()
@CheckForNull public Double bestValue()
public boolean isOptimizedBestValue()
Copyright © 2009–2015 SonarSource. All rights reserved.