|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric.ValueType | |
|---|---|
| org.sonar.api.measures | |
| Uses of Metric.ValueType in org.sonar.api.measures |
|---|
| Methods in org.sonar.api.measures that return Metric.ValueType | |
|---|---|
Metric.ValueType |
Metric.getType()
|
static Metric.ValueType |
Metric.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Metric.ValueType[] |
Metric.ValueType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.sonar.api.measures with parameters of type Metric.ValueType | |
|---|---|
void |
Metric.setType(Metric.ValueType type)
|
| Constructors in org.sonar.api.measures with parameters of type Metric.ValueType | |
|---|---|
Metric(String key,
Metric.ValueType type)
|
|
Metric(String key,
String name,
Metric.ValueType type,
Integer direction,
Boolean qualitative,
String domain,
Formula formula)
|
|
Metric(String key,
String name,
String description,
Metric.ValueType type,
Integer direction,
Boolean qualitative,
String domain)
|
|
Metric(String key,
String name,
String description,
Metric.ValueType type,
Integer direction,
Boolean qualitative,
String domain,
boolean userManaged)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||