| Package | Description |
|---|---|
| org.sonar.api.measures |
| Modifier and Type | Method and Description |
|---|---|
Metric.Origin |
Metric.getOrigin() |
static Metric.Origin |
Metric.Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metric.Origin[] |
Metric.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.setOrigin(Metric.Origin origin)
Set the origin of the metric - Internal use only
|
Copyright © 2009-2012 SonarSource. All Rights Reserved.