|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric.ValueType | |
|---|---|
| org.sonar.commons | |
| Uses of Metric.ValueType in org.sonar.commons |
|---|
| Methods in org.sonar.commons that return Metric.ValueType | |
|---|---|
Metric.ValueType |
Metric.getType()
|
static Metric.ValueType |
Metric.ValueType.valueOf(java.lang.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 are declared. |
| Methods in org.sonar.commons with parameters of type Metric.ValueType | |
|---|---|
void |
Metric.setType(Metric.ValueType type)
|
| Constructors in org.sonar.commons with parameters of type Metric.ValueType | |
|---|---|
Metric(java.lang.String key,
Metric.ValueType type)
|
|
Metric(java.lang.String key,
java.lang.String name,
java.lang.String description,
Metric.ValueType type,
java.lang.Integer direction,
java.lang.Boolean qualitative,
java.lang.String domain,
boolean userManaged)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||